onedrive-client
onedrive-client copied to clipboard
Micrsoft OneDrive PHP Client
i am using uploadFile file function function give me error Client error: `POST https://graph.microsoft.com/v1.0/me/drive/items/12834CAC921EC217!8147/children` resulted in a `400 Bad Request` response: {"error":{"code":"BadRequest","message":"Entity only allows writes with a JSON Content-Type header.","innerError":{"date...
Hello, I am trying to use this library but I am concern if its been developed. For example I need to create a folder and the wiki says to do...
I used search function which generate this url: https://api.onedrive.com/v1.0/drives/MYDRIVEID/root/view.search/q=file.txt but always I got message "API not found". Other call API works well. What is wrong?
Your client missing to process next files with "@odata.nextLink" when number of files are over: 200 items. See this https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_list_children?view=odsp-graph-online
Microsoft has been steadily moving to its [Microsoft Graph API](https://developer.microsoft.com/en-us/graph) It unifies OneDrive access between the consumer OneDrive and OneDrive for Business. The OneDrive API still works roughly the same...
Does this library support multipart uploads? I need to be able to break up uploading across multiple page loads for large files. OneDrive supports this as seen here: https://dev.onedrive.com/items/upload_post.htm I...