Open snovak7 opened 4 years ago
Anyway, the solution is to skip discovery phase and just infuse
function curl_discover_uri() {
api_uri="https://graph.microsoft.com/v1.0/me"
api_resource_id="https://graph.microsoft.com"
}
Other limitations are also on Graph API, as lower simple file upload (from 100MB to only 4MB)
so editing onedriveb.cfg helped with current value
export max_simple_upload_size=4194304
Upload for a One Drive for Business relies on this API for a URL discovery.
https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/discovery-service-rest-operations
This needs update to use graph api for a service discovery.