Questions tagged [office365-rest-client]

Office 365 & Microsoft Graph library for Python.

33 questions
0
votes
1 answer

Installation of client side certificate required for generating symmetric key or for a secure communication?

I have a requirement in my project where I have to secure the communication between my client application (running on BizTalk Server Send port configured with Office 365 Email adaptor) and Microsoft Office 365 Server. This communication is to be…
0
votes
0 answers

Error while upload file to sharepoint using python

Here is the python code I am trying to use to upload csv file from local to sharepoint. Can you please help with error message? from office365.runtime.auth.authentication_context import AuthenticationContext from office365.sharepoint.client_context…
Idleguys
  • 325
  • 1
  • 7
  • 18
0
votes
0 answers

Download file from OneDrive's shared link using Office365-REST-Client

Got one shared link from OneDrive hosted by someone that's not me - https://1drv.ms/v/s!AjonToUPWqXmgjO3RqDbhRaSMrOM?e=69dccx While investigating a solution that would enable to download that file from OneDrive programatically with Python, stumbled…
1 2
3