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 the image on a dev server?
I'm getting an error like such: Could not find blob with key encoded_gs_file:<long_blob_key>
Im using blobstore.BlobKeyForFile(c, storageKey)
where storageKey
is "/gs/" + <id property of response from uploading to Cloud Storage>
Not sure if this is supposed to serve images with the serving url on dev? How to best diagnose?