Cloud storage and secure download strategy on app engine. GCS acl or blobstore
问题 My appengine app creates cloudstorage files. The files will be downloaded by a third party. The files contain personal medical information . What would be the preferred way of downloading: Using a direct GCS download link with a user READER acl. Or using a blobstore download handler in an appengine app. Both solutions require the third party to login (google login). Performance is not an issue. Privacy and the occurrence of security errors and mistakes are. Using an encrypted zip file to