Training
Module
Share a cloud flow with Power Automate - Training
Share your Power Automate cloud flow to collaborate and allow others to run and edit your automation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The GetShareUrl operation returns a share URL that's suitable for viewing a shared file when launched in a web browser.
The GetShareUrl operation returns a Share URL that's suitable for viewing a shared file when launched in a web browser. A host can support multiple Share URL types, as described by the SupportedShareUrlTypes property. The X-WOPI-UrlType request header contains the Share URL type that should be returned.
If the X-WOPI-UrlType header is not present or contains a value that's invalid or not supported by the host, the host should respond with a 501 Not Implemented.
X-WOPI-Override – The string GET_SHARE_URL
. This header is required.
X-WOPI-UrlType – A string indicating what Share URL type to return. This header is required.
200 OK – Success
401 Unauthorized – Invalid access token
404 Not Found – Resource not found/user unauthorized
500 Internal Server Error – Server error
501 Not Implemented – Operation not supported
Note
Standard WOPI request and response headers
In addition to the request/response headers listed here, this operation may also use the Standard WOPI request and response headers.
The response to a GetShareUrl
call is JSON containing the following required property:
Training
Module
Share a cloud flow with Power Automate - Training
Share your Power Automate cloud flow to collaborate and allow others to run and edit your automation.