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
Hi @bsprengelmeijer, thanks for reaching out.
The expected return type for this API call is a Permission object
By using this return type, I believe you should be able to do $response->getLink()->getWebUrl()
Describe the bug
When I request a sharing link, I can't access the webUrl because it is nested inside a link property, which is missing in
getWebUrl()
This is my response
And this is the
getWebUrl()
Expected behavior
->getWebUrl() returns the
_propDict[link][weburl]
How to reproduce
SDK Version
1.110.0
Latest version known to work for scenario above?
No response
Known Workarounds
Override sharingLink
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: