To follow up on this thread, this issue and the other two involving CloudSQL v2 and blobstore were due to permissions / ACLs / IAM Roles not being correctly set for the App Engine default service account. Explicitly adding the App Engine default service account as a Project Editor will resolve the issues.
This can occur for two reasons, in my experience. In rare cases, App Engine apps older than ~2014 may not have an App Engine default service account. Most commonly, though, the default service account has been deleted without understanding the implication. In either case, recreating the App Engine default service account will not set the service account into any IAM Roles for the project. This service account currently expects the Project-level role of Editor. If the service account does not appear in your IAM & Admin > IAM permissions view for your project, you must add it as you would add any other project member and provide it the appropriate role. Cheers, Josh Google Cloud Platform Support On Tue, Nov 8, 2016 at 9:12 AM, Mike Lucente <[email protected]> wrote: > Please do. Thanks. > > On Tue, Nov 8, 2016 at 12:11 PM, 'Josh Moore' via Google App Engine < > [email protected]> wrote: > >> This is likely app/project-specific, based on your other posts in this >> group. Let me follow up with you off-thread for some additional details. >> >> On Tue, Nov 8, 2016 at 9:05 AM, Mike Lucente <[email protected]> >> wrote: >> >>> I've created a backup from a project that I'd like to import into a new >>> project. I'm getting the following error: >>> >>> Requested path https://storage.googleapis.com >>> /backup-bocachessclub/ag9zfm.....backup_info is not accessible/access >>> denied >>> >>> I added the following permissions (referencing the target application) >>> to the bucket BEFORE creating the backup: >>> >>> Project owners-xxxxxxxxxxxx Owner >>> User [email protected] Owner >>> >>> I'm becoming very frustrated with GAE and it's cloud relationship. I'm >>> only trying to move my datasore because I cannot upload to the blobstore >>> and I cannot use v2 SQL instances in my old app and I've no way to get >>> resolution from google. See my other recent posts. >>> >>> Maybe google is discouraging app engine? I know that I'm discouraged. >>> >>> >>> -- >>> 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/ms >>> gid/google-appengine/789abe5d-4976-4d77-a0f4-c9c08d981539%40 >>> googlegroups.com >>> <https://groups.google.com/d/msgid/google-appengine/789abe5d-4976-4d77-a0f4-c9c08d981539%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> >> Josh Moore | Cloud Solutions Engineer | [email protected] | >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/google-appengine/BGre6ZWoZug/unsubscribe. >> To unsubscribe from this group and all its topics, 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/ms >> gid/google-appengine/CAOvpJmXJj880ZLMPc4WTH4SC5RxCYJyhRSMKJM >> B1gBpk%3D8RoYw%40mail.gmail.com >> <https://groups.google.com/d/msgid/google-appengine/CAOvpJmXJj880ZLMPc4WTH4SC5RxCYJyhRSMKJMB1gBpk%3D8RoYw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- > 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/CACRLM0Vi4%3Dv4T3%2BtoLonRzgZ7RsYu0u5v% > 3Dmktby2FH09OedamQ%40mail.gmail.com > <https://groups.google.com/d/msgid/google-appengine/CACRLM0Vi4%3Dv4T3%2BtoLonRzgZ7RsYu0u5v%3Dmktby2FH09OedamQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Josh Moore | Cloud Solutions Engineer | [email protected] | -- 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/CAOvpJmUToh-t6dmMG24y6hma29mC90gJUHmG1z46HkJC4oy2Kw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
