We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The first run of appengine:update fails. And then subsequent calls work.
I think it happens because it tries to post to https://appengine.google.com/api/appversion/getresourcelimits?app_id=appid&version=1& before running the authentication.
Subsequent calls either don't make this check or are in some way authenticated from earlier.
Wondering if anyone else is having this problem?
The text was updated successfully, but these errors were encountered:
It should be prompting for auth. I haven't noticed this as a problem except if I don't have permissions to the repo.
Sorry, something went wrong.
No branches or pull requests
The first run of appengine:update fails. And then subsequent calls work.
I think it happens because it tries to post to https://appengine.google.com/api/appversion/getresourcelimits?app_id=appid&version=1& before running the authentication.
Subsequent calls either don't make this check or are in some way authenticated from earlier.
Wondering if anyone else is having this problem?
The text was updated successfully, but these errors were encountered: