I'd recommend posting an issue to the google-cloud-platform issue tracker <https://code.google.com/p/google-cloud-platform/issues/list>. We'll need the output of 'gcloud info' to check the currently authorized account against the ACL currently set on the bucket.
You might also want to verify this yourself in the Cloud Console and ensure the bucket 'staging.balajiyatrafinder.appspot.com' is accessible. On Tuesday, July 26, 2016 at 3:23:48 AM UTC-4, Deepak Singh wrote: > > It was working fine till last deployment with same access and same > environment. > > We made change to one of our .xls file and then tried to deploy and > exception came. > We deleted our .xls file project and deployed but still same exception > occurs. > > This is the process we follow - > Through appcfg stage command, get the staging ready. > Now following commands - > > gcloud init > choose the configuration we used for last deployment. > Authorised as the same user. > Same project. > Deployment exception. > > > Tried to gcloud init with a new configuration but still exception occurs. > > App id: balajiyatrafinder > > Tried all possible ways but failed. > > > > > > > On Mon, Jul 25, 2016 at 5:26 AM, 'Adam (Cloud Platform Support)' via > Google App Engine <[email protected]> wrote: > >> It looks like you may not have permission to access the staging bucket on >> the project you're deploying to. Are you authorizing gcloud as a user or as >> a service account? >> >> >> On Sunday, July 24, 2016 at 3:02:58 PM UTC-4, Deepak Singh wrote: >>> >>> >>> Details: [ >>> [ >>> { >>> "@type": "type.googleapis.com/google.rpc.ResourceInfo", >>> "description": "Failed to save static file.", >>> "resourceName": " >>> https://storage.googleapis.com/staging.balajiyatrafinder.appspot.com/e361852ac955d23d3fa936563d1d671ef639ca60.xls >>> ", >>> "resourceType": "file" >>> } >>> >>> >>> How do solve the above issue ? >>> >>> >>> -- >>> Tech >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/google-appengine. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/b3dadb25-0081-469f-9ebc-6f63e81bbca8%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/b3dadb25-0081-469f-9ebc-6f63e81bbca8%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Deepak Singh > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3bac65e6-b593-4064-ac5d-31c7b3d28ddc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
