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 using the upload to Sharepoint logic with client key and secret to write a file from Azure Databricks' dbfs location to the SharePoint site. The logic works fine when...

question

I am trying to use the package to create sharing links. I can successfully connect to my site and access folder and files but can't find the API to create...

question

Is there anyway to edit few cells in an excel file(.xlsb) and upload the edited excel file to sharepoint using clientcredentials? (using Databricks or Azure Functions)

question

Hey, is it possible to authenticate via single sign on, to replace the way with user/password? Here another question. If i run the following code snippet: ``` import requests response...

enhancement
question

#Question Hello, I managed to read a large list using the paged attribute from the items in a list as: ``` def load_data_from_SharePoint(list_obj,lim): list_items = list_obj.items.paged(True).top(lim).get().execute_query() fields = list_items[0].properties.keys() data_list...

question

I would like to customize the columns or items of the sharepoint list with different colors according to the content, is it possible?

question

We have old company's shp server 2013. There is no sites (but urls like : `http://share.****.com/projects/`) Iam getting this error while trying to connect: `ValueError: Cannot get binary security token...

question

Show me this error, to get large list of files ClientRequestException: ('-2147024860, Microsoft.SharePoint.SPQueryThrottledException', 'La operación que se intentó realizar está prohibida porque supera el umbral de vista de lista.', "500...

question

We are starting to work with Teams telephony, so some examples of how we might be able to query the client telephony status , i.e. (idle/busy/dialling/away/DND/diverted/etc) would be really welcome.

enhancement

Hello, I am trying to get data from a site at abc company. I was granted full access to ``` https://abc.sharepoint.com/sites/relevantSite/SitePages/relevantPage.aspx ``` but not to the root ``` https://abc.sharepoint.com ```...

question