public class AppStorage extends Object
AppStorage(Config config)
DownloadAppStorageResp
download(DownloadAppStorageReq req)
download(DownloadAppStorageReq req, RequestOptions reqOptions)
UploadAppStorageResp
upload(UploadAppStorageReq req)
upload(UploadAppStorageReq req, RequestOptions reqOptions)
UploadCompleteAppStorageResp
uploadComplete(UploadCompleteAppStorageReq req)
uploadComplete(UploadCompleteAppStorageReq req, RequestOptions reqOptions)
UploadInitializeAppStorageResp
uploadInitialize(UploadInitializeAppStorageReq req)
uploadInitialize(UploadInitializeAppStorageReq req, RequestOptions reqOptions)
UploadPartAppStorageResp
uploadPart(UploadPartAppStorageReq req)
uploadPart(UploadPartAppStorageReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AppStorage(Config config)
public DownloadAppStorageResp download(DownloadAppStorageReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=download&project=spark&resource=app.storage&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/DownloadAppStorageSample.java ;
Exception
public DownloadAppStorageResp download(DownloadAppStorageReq req) throws Exception
public UploadAppStorageResp upload(UploadAppStorageReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=upload&project=spark&resource=app.storage&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UploadAppStorageSample.java ;
public UploadAppStorageResp upload(UploadAppStorageReq req) throws Exception
public UploadCompleteAppStorageResp uploadComplete(UploadCompleteAppStorageReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=upload_complete&project=spark&resource=app.storage&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UploadCompleteAppStorageSample.java ;
public UploadCompleteAppStorageResp uploadComplete(UploadCompleteAppStorageReq req) throws Exception
public UploadInitializeAppStorageResp uploadInitialize(UploadInitializeAppStorageReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=upload_initialize&project=spark&resource=app.storage&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UploadInitializeAppStorageSample.java ;
public UploadInitializeAppStorageResp uploadInitialize(UploadInitializeAppStorageReq req) throws Exception
public UploadPartAppStorageResp uploadPart(UploadPartAppStorageReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=upload_part&project=spark&resource=app.storage&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/sparkv1/UploadPartAppStorageSample.java ;
public UploadPartAppStorageResp uploadPart(UploadPartAppStorageReq req) throws Exception
Copyright © 2026. All rights reserved.