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

429 Client errorin Sharepoint with client_id, client_secret authentication

Open Stefan2409 opened this issue 2 months ago • 0 comments

I'm getting 429 errors on Sharepoint, even if the library just takes 2 requests to the sharepoint site.

I changed the authentication to app authentication with client_id and client_secret and gave all the needed permissions to the app. Everything worked just fine before with user and password auth.

So my question is: what am I missing? Do I have to set some kind of rate limits for the app somewhere?

Thanks in advance for any help.

Stefan2409 avatar Sep 25 '25 06:09 Stefan2409