onedrive-texteditor-js icon indicating copy to clipboard operation
onedrive-texteditor-js copied to clipboard

Extend sample to show "share" action

Open MJZawacki opened this issue 10 years ago • 0 comments

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" } } }

MJZawacki avatar Apr 05 '16 21:04 MJZawacki