Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Accessing shared files as guest, without authentication

Open slinderud opened this issue 2 years ago • 0 comments

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!

slinderud avatar May 27 '23 21:05 slinderud