I'm getting an error when attempting to create a shared link from a file that was just uploaded. The upload works fine, but I get the following error message.
AuthError('missing_scope', TokenScopeError(required_scope='sharing.write'))
I checked the scope through the App Console and sharing.write is checked, and sharing.read is also checked, although it it disabled.
This is consistent with another app that I have where I am able to create shared links, however, this is not a Python APP and I am using REST calls for this one.
Any idea on why I might be getting this error?
Thanks,
Bob