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

Microsoft 365 & Microsoft Graph Library for Python

Results 293 Office365-REST-Python-Client issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement

If @vgrem you agree I can create a PR to address this

enhancement

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(...)...

question

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...

enhancement
question

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...

question

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...

question

while I was using moveto with v2.4.1 it was working but with 2.4.2 it stopped.

bug

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...

question