forked from rdwallis/appengine-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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?