You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your sample to add functionality to create a "view" link on the opened file. Is that supported by the v7 filepicker and the new v2.0 auth endpoint and graph api?
I'm receiving the following error after calling OneDrive.open with options.action = "share"
I am trying to use your sample to add functionality to create a "view" link on the opened file. Is that supported by the v7 filepicker and the new v2.0 auth endpoint and graph api?
I'm receiving the following error after calling OneDrive.open with options.action = "share"
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#driveItem","@odata.type":"#microsoft.graph.driveItem","id":"huwcmsBFlrTjJUVl3wDPRweHZOc"{
"error": {
"code": "InternalServerError",
"message": "Unsupported extension property type.",
"innerError": {
"request-id": "72116e0c-214d-413f-bb72-cee57ff2200f",
"date": "2016-04-05T21:23:51"
}
}
}
The text was updated successfully, but these errors were encountered: