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 try to set up a button to open files like Kami. I read this document in this link but after 2 days this configuration did not show in my app.
I have some concerns about this register link. Any app like Adobe and Kami, requests the scope File.ReadWrite.All and my Onedrive business will show it.
This is the below configuration for development and testing purposes { "id": "71d0c488-2b38-425b-b10c-739444dfef29", "type": " FileHandler", "properties": [ { "key": "version", "value": "2" }, { "key": "actionMenuDisplayName", "value": "Button Actions" }, { "key": "fileTypeDisplayName", "value": "Button Pdf Actions" }, { "key": "actions", "value": "[{\"type\":\"open\",\"url\":\"http://localhost:4200/open/onedrive\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}, {\"type\":\"preview\",\"url\":\"http://localhost:4200/open/onedrive\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}, {\"type\":\"custom\",\"url\":\"http://localhost:4200/open/onedrive\",\"displayName\": \"Add Button\",\"shortDisplayName\": \"Add Button to open\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}]" } ] }
Someone can help me to clear this concern. I do not think we can use this way on production to per customer want to use it. Kami and Adobe do not use it to show the Custom button.
Thanks, everyone.
I try to set up a button to open files like Kami. I read this document in this link but after 2 days this configuration did not show in my app.
I have some concerns about this register link. Any app like Adobe and Kami, requests the scope
File.ReadWrite.All
and my Onedrive business will show it.This is the below configuration for development and testing purposes
{ "id": "71d0c488-2b38-425b-b10c-739444dfef29", "type": " FileHandler", "properties": [ { "key": "version", "value": "2" }, { "key": "actionMenuDisplayName", "value": "Button Actions" }, { "key": "fileTypeDisplayName", "value": "Button Pdf Actions" }, { "key": "actions", "value": "[{\"type\":\"open\",\"url\":\"http://localhost:4200/open/onedrive\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}, {\"type\":\"preview\",\"url\":\"http://localhost:4200/open/onedrive\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}, {\"type\":\"custom\",\"url\":\"http://localhost:4200/open/onedrive\",\"displayName\": \"Add Button\",\"shortDisplayName\": \"Add Button to open\",\"availableOn\":{\"file\":{\"extensions\":[\".pdf\"]},\"web\":{}}}]" } ] }
Someone can help me to clear this concern. I do not think we can use this way on production to per customer want to use it. Kami and Adobe do not use it to show the Custom button.
Thanks, everyone.
[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues
The text was updated successfully, but these errors were encountered: