jasonrollins / shareplum

Pythonic SharePoint
MIT License
179 stars 96 forks source link

Fixed accessing Folder methods when folder name contains apostrophes #131

Closed jmriebold closed 3 years ago

jmriebold commented 3 years ago

See https://sharepoint.stackexchange.com/questions/154590/getfilebyserverrelativeurl-fails-when-the-filename-contains-a-quote for details on issue

Resolves #130

jmriebold commented 3 years ago

~I've tested this with the files and folders attributes, but haven't tested all the file methods, as I don't have permission to perform most of those actions on the Sharepoint server I'm using.~

All functionality has been tested locally (except checking out/in files), and I've added unit tests for folders and files containing apostrophes.

jasonrollins commented 3 years ago

Thanks!