Decode an App Engine Blobkey to a Google Cloud Storage Filename

前端 未结 3 2035
野趣味
野趣味 2021-02-13 22:38

I\'ve got a database full of BlobKeys that were previously uploaded through the standard Google App Engine create_upload_url() process, and each of the uploads went to the same

3条回答
  •  醉酒成梦
    2021-02-13 23:18

    From the statement in the docs, it looks like the generated GCS filenames are lost. You'll have to use gsutil to manually browse your bucket.

    https://developers.google.com/storage/docs/gsutil/commands/ls

提交回复
热议问题