I am trying to deploy a fairly large application through, unfortunately, a rather slow internet connection from Eclipse. After something like 15-30 minutes during the file upload, the deployment process is aborted using error 401 Unauthorized (Invalid OAuth Token). Is this a timeout in some login cookies, or am I doing something else wrong?
Workaround: Fortunately, AppEngine is smart enough not to reload identical files, so I just need to โroll back the applicationโ and try deploying again. In the end, all the files are downloaded, and everything is in order. Just really annoying ...
Thank,
Marcus
source
share