Google App Engine: How to write large files to Google Cloud Storage

后端 未结 3 1580
余生分开走
余生分开走 2021-01-03 03:45

I am trying to save large files from Google App Engine\'s Blobstore to Google Cloud Storage to facilitate backup.

It works fine for small files (<10 mb) but for l

3条回答
  •  长发绾君心
    2021-01-03 04:01

    IMO you should'n files.finalize(write_path) on interval, finalize makes file readable and you cant't change it to writeable again.

提交回复
热议问题