Local storage browser for Google Cloud Storage and dev_appserver.py

后端 未结 3 2049
天命终不由人
天命终不由人 2021-01-02 19:29

Does anyone know if there is a version of the Google Cloud Storage storage browser (console.developers.google.com/project/apps~{application name}/storage) to use during deve

3条回答
  •  臣服心动
    2021-01-02 20:11

    I was able to find the files I wrote to google cloud storage when running locally at:

         localhost:port/_ah/gcs/bucket_name/file_suffix
    

    Where port is by default 8080, and the file was written to: /bucket_name/file_suffix

    It's still not ideal for testing, but better than nothing!

提交回复
热议问题