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 keep getting a 403 error when trying to move a file to another directory within sharepoint: ``` url = "https://.sharepoint.com/sites/Bench/Shared Documents/General/A/test_file.xlsx" File\ .from_url(url)\ .with_credentials(UserCredential(user_name=, password=))\ .moveto("/sites/Bench/Shared Documents/General/B/test_file.xlsx", 1)\ .execute_query()...

question

I am able to access lists via this api, but always obtain empty items. The list is quite large, which contains 50,000+ records. Also get the same results with no...

question

### Error Retrieving Auth Cookie: ```python ValueError: An error occurred while retrieving auth cookies from https://mycompany.com/_forms/default.aspx?wa=wsignin1.0 ``` Company is using ADFS. ### Relevant Issue: * https://github.com/vgrem/Office365-REST-Python-Client/issues/308 ### Traceback: ```python ---------------------------------------------------------------------------...

question

Hi, analogous to the copy_folder.py example (which is actually a move_to_by_path) I tried to copy a folder from A to B: Create ClientContext with "https://.sharepoint.com/sites/" source_folder_url = "/sites//Shared Documents/Playground/A" target_folder_url...

question

DEar Sir, Could you please help me to find out why I'm not connecting to sharepoint anymore? With version 2.2.2 everything was working fine. Then issue #272 occured (An error...

bug

SharePoint API has a limit to the length of the URL which can be used for the API at 260 characters. This is not normally a problem but if you...

enhancement

Good day, I have the following error: `ValueError: Acquire token failed: An error occurred while retrieving auth cookies from https://.sharepoint.com/_forms/default.aspx?wa=wsignin1.0`. I am from `myCompany` and were given full access to...

bug

I have the following problem。 Exception thrown during file download Connection aborted.', ConnectionResetError(104, 'Connection reset by peer) I tried increasing the wait time but it didn't work。 Ask the big...

question

Hi, I am relatively new to this API. I've been using code similar to this to update SharePoint list items: > ctx_auth = AuthenticationContext(url=sharepoint_site_url) ctx = ClientContext(sharepoint_site_url, ctx_auth) target_list =...

question

Hi all I have trouble getting access to a file on a Sharepoint site. Can anybody help? Seems like a server relative URL-problem but I've tried almost everything to fix...

question