Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Accessing shared files as guest, without authentication
Hey,
I'm trying to access and download files shared to me via a sharepoint sharing link. It does not require any authentication, but only a password.
It's essentially quite similar to this: https://github.com/vgrem/Office365-REST-Python-Client/issues/553
Looks like i have use some sort of credentials when calling clientcontext? I've tried to just skip it, but it only gives me an error.
Is there any examples i could look at to understand this better?
Thanks!