jasonrollins / shareplum

Pythonic SharePoint
MIT License
179 stars 96 forks source link

Cannot get_file/delete_file when filename contains a hashtag ("#") #116

Open junkmail7152 opened 4 years ago

junkmail7152 commented 4 years ago

Is there a work-around for getting file contents or deleting a file when the filename has the "#" character in the name itself? Having a "#" in the name causes an error in which the file cannot be found. I tried replacing the "#" with "%23" (the html encoding reference), but I had not luck. Please help!!! TIA

jasonrollins commented 3 years ago

I know that some SharePoint fields add the '#' character for some purpose. I can't say for certain but that's probably the issue. I'll look into figuring this out.