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
IMO you should'n files.finalize(write_path) on interval, finalize makes file readable and you cant't change it to writeable again.
files.finalize(write_path)