且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从其BlobKey获取Google云端存储文件

更新时间:2023-09-19 22:37:10

Given a blobKey, use the BlobstoreInputStream class to read the value from Blobstore, as described in the documentation:

BlobstoreInputStream in = new BlobstoreInputStream(blobKey);