8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2021-03-12 更新以下功能 Tag v1.0.2 ``` 1.增加oss上传设置元信息 可直接下载的文件 $option = [ OssClient::OSS_CONTENT_TYPE => 'application/octet-stream', ]; $oss_upload_result = $drive->uploadFile($save_file_path, $upload_path,$option); ```