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 のウェブ アプリケーション ディレクトリにファイルを書き込むことはできません。
可能な選択肢は次のとおりです。
または、データを保存できる外部サーバー (自社または Amazon S3 などのサードパーティ) にコンテンツを投稿することもできます。