WIP: Sync ODB shared folders from external organisation

* Add first part fix from https://github.com/OneDrive/onedrive-api-docs/issues/1301
This commit is contained in:
abraunegg 2020-06-28 07:01:49 +10:00
parent 57abd74114
commit 7a51729bb1

View file

@ -417,7 +417,10 @@ final class OneDriveApi
JSONValue getSharedWithMe()
{
checkAccessTokenExpired();
return get(sharedWithMe);
const(char)[] url;
url = sharedWithMe;
url ~= "?allowexternal=true";
return get(url);
}
// https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_delta