microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

getCreateLink to a DriveItem requires Files.ReadWrite scope #30

Closed kumaraish closed 8 years ago

kumaraish commented 8 years ago

As per my testing in accordance with the graph docs here, the API getCreateLink() requires Files.ReadWrite scope to work; otherwise, HTTP 403, access denied is returned.

IMHO, getCreateLink should work with Files.Read scope too (although with a restricted view only permission); this is currently how other cloud provider APIs work.

peternied commented 8 years ago

To leave feedback on this request please use UserVoice for OneDrive