Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够收到一封发给应用引擎的电子邮件。我看到附件中的数据是有效负载 base64 编码数据。我可以将附件原样下载到文件系统而不对其进行处理或不将其存储到 blobstore 吗?
您无法将文件写入 App Engine 中的 Web 应用程序目录。
您可能的选择是:
或者,您可能希望将内容发布到可以存储数据的外部服务器,无论是您自己的还是第三方(如 Amazon S3)。