protis-pennington
Results
1
issues of
protis-pennington
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