Resumable upload returns Unauthorized when uploading chunk

亡梦爱人 提交于 2019-11-29 17:20:14

This was confirmed as a bug by Microsoft and fixed on Saturday 29 / Sunday 30 April 2017.

Per the documentation:

Including the Authorization header when issuing the PUT call may result in a HTTP 401 Unauthoized response. The Authoization header and bearer token should only be sent when issueing the POST during the first step. It should be not be included when issueing the PUT.

If you remove the Authorization: Bearer XXX header from your PUT call should resolve this issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!