[google-appengine] images.get_serving_url failing for GCS image blobs

2021-03-25 Thread Shaun Budhram
Hi, I have an older (Python 2.7) Google App Engine app that I recently deployed using Google Cloud Storage (gcloud). In a previous post, the community here helped me resolve a storage bucket permissions issue (thanks). Now, I'm having issues using the images.get_serving_url not working for up

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
x27; should cover the necessary permission. But, I must be >>>> missing something. >>>> >>>> Thanks! >>>> >>>> On Wednesday, March 24, 2021 at 9:38:57 AM UTC-7 Joshua Smith wrote: >>>> >>>>> Search the list archives

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
is subject "Uploads to >>> Legacy Blobstore are Failing with 500, nothing in the logs" >>> >>> I ended up giving up and switching to new blobstore, but at the end of >>> the thread, I think someone did identify the permission magic to fix the >>

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
but at the end of the > thread, I think someone did identify the permission magic to fix the > problem. > > -Joshua > > On Mar 24, 2021, at 12:10 PM, Shaun Budhram wrote: > > Also for reference, this is what the permissions on the the bucket look > like. I think the

[google-appengine] Re: Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
15:04 AM UTC-7 Shaun Budhram wrote: > 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 .appspot.com was created. > > The proble

[google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
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 .appspot.com was created. The problem I'm having is that whenever my app uses 'blobstore.create_upload_url' to create

[google-appengine] Blobstore API failing to init blobs in local dev environment

2020-05-09 Thread Shaun Budhram
Hi all, I'm trying to resurrect an older app that is using Python 2.7 and the older Blobstore API to read/write blob data. I have some code that looks like this (not exactly, but should get the point across): from google.appengine.api import files fileName = files.blobstore.create(mime_type='

[google-appengine] Signing data with a private key and certificate using PyCrypto

2012-09-18 Thread Shaun Budhram
It's great that Google App Engine now supports PyCrypto, but I have a very specific situation that I'm trying to solve. I'm trying to sign data with a private key and certificate, and create the encoded, detached PKCS#7 output format that this command creates: * * *openssl smime -binary -sig

[google-appengine] Re: Please help me delete indexes

2011-04-06 Thread Shaun Budhram
Bumping. Can someone please help me clear out these indexes, or give tips on if it's possible to do it myself? I really need to fix this in order to progress on my project. Thanks, Shaun On Apr 2, 3:18 pm, Shaun Budhram wrote: > Hello, > > I recently spun off an app from my prev

[google-appengine] Please help me delete indexes

2011-04-03 Thread Shaun Budhram
Hello, I recently spun off an app from my previous app, with a different name. I forgot to clean out the index.yaml file, and as a result, the index quota was exceeded, and there's a bunch of unneeded indices in there. I cleaned out the index.yaml file and ran vacuum_indexes a few times. It gav