Hi, I have an older application using the Blobstore API. I think I inadvertently upgraded to Google Cloud Storage when I used 'gcloud' to deploy the app. A new storage bucket <appid>.appspot.com was created.
The problem I'm having is that whenever my app uses 'blobstore.create_upload_url' to create an upload URL, the the upload/redirect to the handler is now failing. I searched the forum and found this post: https://groups.google.com/g/google-appengine/c/0-U4xe0Dp0M/m/Lxc9AAw2AQAJ This line in particular: *It created a new app-id.appspot.com <http://app-id.appspot.com> bucket but my app engine service account did not have permissions. Once I gave it permission it started working again with the blobstore items showing up in the new "default" bucket.* This suggests that my app needs permission to the storage bucket, which didn't happen automatically. My question is, is this a code-level change that I need to perform when creating the upload url, or is this a configuration somewhere in the web console? Does anyone know how I can link permissions between this storage bucket and my app engine service account for this app? Any help is greatly appreciated. Thanks! -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/19700572-526f-424d-aae7-7e15c64ad3aan%40googlegroups.com.
