Closed diego2265 closed 1 month ago
Seems that you can not download / upload files from shared folders embedded in your OneDrive using OneDrive SDK c #.
Steps to simulate the behavior:
Also, if you try using the {item-id} of the files contained in "Shared01" through the request:
GET /drive/items/{item-id}/content
You get the following error: "{Code: itemNotFoundThrow site: 29a3.1155Message: Item does not exist}"
In the past, that request worked.
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #259 for more information
Seems that you can not download / upload files from shared folders embedded in your OneDrive using OneDrive SDK c #.
Steps to simulate the behavior:
Also, if you try using the {item-id} of the files contained in "Shared01" through the request:
GET /drive/items/{item-id}/content
You get the following error: "{Code: itemNotFoundThrow site: 29a3.1155Message: Item does not exist}"
In the past, that request worked.