-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication V2: "status": "UNAUTHENTICATED" #84
Comments
I've tried generating new service accounts and making sure the API is enabled on the project. Any idea what could be causing this? |
Sadly same issue here. Been stuck on this for over 2 weeks. Anyone got an alternative method? |
This is how I do it:
|
Does anyone know a solution to this? The previous post requires TypeScript |
Same here. |
Hello, has anyone figured this out? I'm facing the same problem and have been stuck on this for weeks |
I am using Expo and was having the same problem, I checked my package.json, and it was using version "^3.1.0" Now, it works! this is my onSend function
|
Unable to get access
error recieved:
{"error": {"code": 401, "message": "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "status": "UNAUTHENTICATED"}}
The text was updated successfully, but these errors were encountered: