Aug 06 2022 07:17 AM
I code for Python and I found it’s much easier just to map Onedrive to the sharepoint location and use a simple save as follows:
wb.SaveAs(r"C:\Users\abc\SharePoint\file.xlsx”
Onedrive takes care of all the permissions mapping so I don’t have to place that in the python code; however, I cannot figure out how to sync just 1 sharepoint folder using the installed Onedrive for Business. We don't have Office 365 yet.
When I sync, it syncs the whole library even if I give it the specific folder sharepoint link to sync. This has caused our reporting computer to run out of space so I had to delete the sync. Is there anyway around this or do we have to wait for 365? I am unable to get to any type of settings with what's installed (tried right-clicking the cloud, right-clicking OneDrive in Explorer)
If I just try to map to Sharepoint using a drive letter instead, the mapping loses it's permissions every now and again.
Aug 06 2022 06:21 PM
Aug 07 2022 07:10 AM
Thankyou but unfortunately we don't have Office365 yet. Is there any other way to create shortcuts without 365 to the OneDrive for Business?
Aug 07 2022 03:14 PM
SolutionAug 07 2022 03:14 PM
Solution