Search results
29 paź 2024 · ODP|ODB: OneDrive API query for driveItem details fails to respond with data despite being requested in select statement
- Error : invalidRequest - One of the provided arguments is not ... - GitHub
We are getting 400 API error on some of the files when we...
- Sync not possible anymore: Microsoft OneDrive API returned an error
It appears that maybe your OneDrive account has been put...
- Error : invalidRequest - One of the provided arguments is not ... - GitHub
5 sty 2021 · We are getting 400 API error on some of the files when we try to download them using below API: https://graph.microsoft.com/v1.0/users//drive/items/<item-id/content API doc : https://docs.microsoft.com/en-us/graph/api/driveitem-get-conte...
It appears that maybe your OneDrive account has been put into read-only mode? What happens happens when you login to OneDrive using your credentials - can you access your data & upload files via the web browser interface? I am starting "onedrive --synchronize --resync " as standard user
9 wrz 2014 · The OneDrive sync client now supports syncing folders that contain the period character within them '.' this should enable you to start syncing those git repositories automatically so long as they are within your OneDrive folder.
29 wrz 2021 · Errors in the OneDrive API are returned using standard HTTP status codes, as well as a JSON error response object. The following HTTP status codes should be expected.
29 wrz 2021 · Check out the OneDrive samples on GitHub and the Microsoft Graph samples on GitHub to learn more about using files in the Microsoft Graph. Read through the OneDrive API HTTP documentation to learn more about working with the drive and driveItem resources.
10 maj 2020 · I've just started using OneDrive Rest API (I'm using https://github.com/OneDrive/onedrive-sdk-python if that's important). What I'm trying to accomplish is to get embed url for some pictures from OneDrive. I get an error while using createLink method with type = "embed".