Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
I'm trying to get the terms id of a column called Scope - of type Sharepoint Managed Metadata, what I'm trying to do is get the data so I can...
We have an API which integrates with Sharepoint, where ideally we don't obtain tokens for each API call. But from what I can tell, there are no infra to handle...
If @vgrem you agree I can create a PR to address this
When moving a driveItem the operation fails as the move method appends the method name to the request url. The API replies with a 404 error code and message "Item...
Hi, I'm trying to programmatically create a file in my Sharepoint site and enable access to an arbitrary user from my Enterprise. When querying for a via ctx = ClientContext(...)...
I am working on a script that reads through a series of nested folders in a SharePoint document library to find recent changes that other users have made. Using the...
I am trying to upload an Excel file that is ready open in the SharePoint browser. Is there any way I can bypass this shared lock and do a force...
I am trying to follow the certificate-based authorisation flow (if I understand correctly, this is the only one [Microsoft will allow](https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread#can-i-use-other-means-besides-certificates-for-realizing-app-only-access-for-my-azure-ad-app) at this point). I've created the .pem file with...
while I was using moveto with v2.4.1 it was working but with 2.4.2 it stopped.
Add custom columns to SharePoint Site and assign specific values to the column when uploading files
Hi, Thanks for developing and maintaining the API. Is there a way to add a column to SharePoint site and assign specific value of the column when uploading files? For...