I've been trying to use this with an app folder https://learn.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online
It needs to point to /me/drive/special/approot
https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online
But when I do this (root to 'me', drive type to 'drive/special/approot') I get an error about the upload should be of type json.
This seems to be an error with how the path is formulated, it points to /me/drive/special/approot/items/:/{filename}:/content, when I believe it should be /me/drive/special/approot:/{filename}:/content.
Not quite sure on why this is happening, I'm going to try and dig deeper over the next few days, but just flagging for now to see if there are any pointers. Will put a PR in if i manage to solve it.
I've been trying to use this with an app folder https://learn.microsoft.com/en-us/onedrive/developer/rest-api/concepts/special-folders-appfolder?view=odsp-graph-online
It needs to point to /me/drive/special/approot
https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder?view=odsp-graph-online
But when I do this (root to 'me', drive type to 'drive/special/approot') I get an error about the upload should be of type json.
This seems to be an error with how the path is formulated, it points to /me/drive/special/approot/items/:/{filename}:/content, when I believe it should be /me/drive/special/approot:/{filename}:/content.
Not quite sure on why this is happening, I'm going to try and dig deeper over the next few days, but just flagging for now to see if there are any pointers. Will put a PR in if i manage to solve it.