This repository was archived by the owner on May 15, 2023. It is now read-only.
Open
Conversation
jasonrollins
approved these changes
Feb 19, 2022
Owner
jasonrollins
left a comment
There was a problem hiding this comment.
Can you give me some example code about this change? What did you get before you made this change and what did you get after?
Author
|
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.