Im running a local dev server and using image.ServingURL to create a url 
from a BlobKey that is stored in Google Storage.  Should this url return an 
image on a dev server?  

Im getting an error like such: "Could not find blob with key 
encoded_gs_file:<long_blob_key>"

I've confirmed the images are on Google Storage.

Using `blobstore.BlobKeyForFile(c, storageKey)` where `storageKey` is 
"/gs/" + <id property of response from uploading to Cloud Storage>.  This 
is how the docs describe it, but Im not sure if I should be using the id 
property from the response object, or "/gs/<bucketname>/<filename> .  I've 
tried both and they both give me the error.

Am I supposed to get local image serving urls from my dev server when used 
with Google Storage?  

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to