Administrators need a mechanism to bulk upload data into the blobstore.
I have an app that requires access to 100+ binary files, each 2.75MB, total size ~300MB. As this is too large for the size limit of an app, it has been suggested that the blobstore could easily hold the data. However, there is no workable mechanism for an app's administrator to preload such a volume of data. There is only the wearisome, error prone process of manually uploading each file as a normal user.
Description
I have an app that requires access to 100+ binary files, each 2.75MB, total size ~300MB. As this is too large for the size limit of an app, it has been suggested that the blobstore could easily hold the data. However, there is no workable mechanism for an app's administrator to preload such a volume of data. There is only the wearisome, error prone process of manually uploading each file as a normal user.