shareplum
shareplum copied to clipboard
Dev
Hey @jasonrollins, I hope you're well!
I changed the code to allow sending large files to Sharepoint. I also fixed a small issue with inserting "User" type records in the list.
Hello @jasonrollins ,
The code exemple is the same as in README. The only difference is that before the "upload_file" don't sending files greater than 2GB, now the code overcome this Sharepoint limitation without errors.
Hi Jason,
I am trying to access the Sharepoint site using SharePlum and RPA tools.
I was able to upload the files to the SP site with the upload_file function of SharePlum, but I did not have much success downloading the file using the get_file function.
Would it be possible for you to share some code to download files from the SP site?