You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
After the last chunk of file is uploaded to server, fragment_upload_async() returns a UploadSession whose _prop_dict is one for Item resource. This happens because ItemUploadFragment.post() always uses the response to construct UploadSession object. Shouldn't it return an Item directly if the session succeeds?
The text was updated successfully, but these errors were encountered:
xybu
added a commit
to xybu/onedrived-dev
that referenced
this issue
Jan 20, 2017
After the last chunk of file is uploaded to server,
fragment_upload_async()
returns a UploadSession whose _prop_dict is one forItem
resource. This happens becauseItemUploadFragment.post()
always uses the response to constructUploadSession
object. Shouldn't it return anItem
directly if the session succeeds?The text was updated successfully, but these errors were encountered: