We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在 Microsoft Graph API 中,有这样一句话:必须按顺序上传文件的片段。 不按顺序上载文件的片段将导致错误。言下之意就是规定只能够单线程上传。 请教一下大佬,多线程上传的思路
The text was updated successfully, but these errors were encountered:
单文件不能多线程,但是你可以多个文件同时上传啊
Sorry, something went wrong.
No branches or pull requests
在 Microsoft Graph API 中,有这样一句话:必须按顺序上传文件的片段。 不按顺序上载文件的片段将导致错误。言下之意就是规定只能够单线程上传。
请教一下大佬,多线程上传的思路
The text was updated successfully, but these errors were encountered: