Bogdan Paun

Results 5 comments of Bogdan Paun

Email address for reference: [email protected] Please let me know if you need more info or access to this (demo) account.

Hi, yes, the files are accessible both from OneDrive and from the API ([list my items in drive](https://graph.microsoft.com/v1.0/me/drive/root/children) and [by ID](https://graph.microsoft.com/v1.0/me/drive/items/{itemID})). Example (truncated) from search: ``` "createdDateTime": "2023-07-03T17:25:14Z", "eTag": "\"{97267835-B5D7-4213-8F90-683AF56B12A7},8\"",...

Observation: In the past (months) the error used as described in the initial message: ``` error: { code: AccessDenied, innerError: { client-request-id: 7211bb30-a46d-472a-aacb-0e57371bf94e, date: 2024-02-21T16:18:02, request-id: 7211bb30-a46d-472a-aacb-0e57371bf94e }, message: Could...

`GET https://graph.microsoft.com/v1.0/me/drive/items/42C71CBB2C347AB2!s97267835b5d742138f90683af56b12a7/workbook/worksheets -> 401` Response body: ``` { "error": { "code": "FileOpenUserUnauthorized", "message": "You do not have permissions to open this file in the browser.", "innerError": { "code": "unauthorizedUncategorized", "message":...

A few more IDs just in case: ``` { "cache-control": "no-cache", "client-request-id": "82e264be-7c1a-9219-d6b5-62fd84711ff1", "content-type": "application/json", "request-id": "03aa5c3c-74f4-4ca9-9098-3e5fcc6a4ca1" } ``` or ``` { "cache-control": "no-cache", "client-request-id": "241f883d-8116-7235-b4d6-f9856a6d666c", "content-type": "application/json", "request-id": "a76971f8-c669-45e5-9ea8-fb54831533a7"...