Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Microsoft 365 & Microsoft Graph Library for Python
I am trying to add a new subscription with the function in this file: [master/office365/subscriptions/collection.py](https://github.com/vgrem/Office365-REST-Python-Client/blob/master/office365/subscriptions/collection.py) It misses the parameter include_resource_data. The parameter is there in the subscription itself, but missing...
**Hi, trying to run this simple script:** ``` import sys import os import requests from office365.runtime.auth.authentication_context import AuthenticationContext from office365.sharepoint.client_context import ClientContext from office365.runtime.auth.client_credential import ClientCredential from office365.runtime.http.request_options import RequestOptions...
I have a problem downloading a testing text file from Sharepoint in a private company behind firewall using SSO auth. I can view and download the file manually from a...
I'm trying to use the code below to load the `GET /security/incidents` endpoint following the [Microsoft Documentation](https://learn.microsoft.com/en-us/graph/api/security-list-incidents?view=graph-rest-1.0&tabs=http). However, I'm facing a `TypeError` when I try to run the `security.get_all()` function....
As of version 2.5.8 I am getting an error when attempting to check if a user exists in SharePoint Online. This does not occur in v2.5.7. I included below the...
Hi, thank you very much for this open source library. Really useful have been using it. Is there a timeout parameter we can pass to the requests/queries ? When the...
Thank you to the author of this project! I would like to ask, my O365 is Operated by 21Vianet under Chinese regulations. Currently, I am using the PowerShell command below...
Hi all, I am trying to get the row data from a SharePoint list . While I can get the field names, what I want after getting the field names...
Hi, I am new to this repo and I have did some research but could not find a way to convert the messages from inbox .body from html to normal...