类 CustomFileService

java.lang.Object
cn.isliu.core.service.AbstractFeishuApiService
cn.isliu.core.service.CustomFileService

public class CustomFileService extends AbstractFeishuApiService
飞书文件服务 处理飞书云盘相关的API调用,包括获取根目录元数据等功能
从以下版本开始:
1.0
作者:
FsHelper
  • 构造器详细资料

    • CustomFileService

      public CustomFileService(FeishuClient feishuClient)
      构造函数
      参数:
      feishuClient - 飞书客户端
  • 方法详细资料

    • getRootFolderMeta

      public RootFolderMetaResponse getRootFolderMeta() throws IOException
      获取根目录元数据 调用飞书开放平台API获取当前租户的根目录token和相关信息 API接口: GET https://open.feishu.cn/open-apis/drive/explorer/v2/root_folder/meta
      返回:
      根目录元数据响应
      抛出:
      IOException - 网络请求异常