-
Notifications
You must be signed in to change notification settings - Fork 257
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
Missing access token. (ArgumentError) #243 #504
Comments
Can you provide a bit more information:
|
We have a possible (possibly partial) fix, if you update your |
We have a similar issue with Bigquery... See https://github.com/googleapis/google-auth-library-ruby/pull/490/files#r1890853813 |
For now, I set the dependency googleauth to version 1.11.1', which fixed the issue for me. |
Environment details
I use multiple Google services, such as Translate, speech-to-text, and text-to-speech. They were working fine before, but recently, I have been encountering missing access token errors on my Dockerize Development environment, though it is working fine locally.
signet-0.19.0/lib/signet/oauth_2/client.rb:1117:in `generate_authenticated_request': Missing access token. (ArgumentError)
The text was updated successfully, but these errors were encountered: