Jason Rollins
Jason Rollins
Can you confirm if this is for a newer SharePoint? 2016 or greater? I'd like to move all issues for newer versions of SharePoint to SharePlum2.
Can you tell me more about what is in "approved_data_todict"?
I think it should be. Do a GetListItems on a List that has the multiple choice to determine the correct format for your data.
It looks like I didn't account for that. I'll see if I can fix that for you real quick tonight. On Wed, Mar 13, 2019 at 3:24 AM PinYuan wrote:...
I'm not sure how to do this. I don't really have experience with nested lists.
I could make a Folder.put_file method that would be a wrapper for: ``` with open(financial_sample, mode='rb') as file: fileContent = file.read() folder.upload_file(fileContent, financial_sample) ```
Sure: `from shareplum import Site from shareplum import Office365 from shareplum.site import Version url = "https://jrollins.sharepoint.com/sites/TestSite" authcookie = Office365('https://jrollins.sharepoint.com', username='[email protected]', password='hunter2').GetCookies() site = Site(url, version=Version.v2013, authcookie=authcookie) folder = site.Folder('Shared Documents/This...
This timeout would be for the session object? On Thu, Oct 8, 2020 at 2:01 PM crossalchemist wrote: > It would be beneficial to set a custom timeout when working...
Thanks. You can submit a pull request or I can change it. I appreciate it. On Mon, May 27, 2019 at 2:38 AM WulkanHefajstos wrote: > Hi :) > >...
Do you think this will break any existing workflows?