shareplum
shareplum copied to clipboard
Is it possible to download on local disk?
Hello,
I would like to know if it's possible to download the file on my disk.
I'm already able to log on my site upload/delete . I use the folder.get_file('') to download but it does not load on my disk
Could you please help me ? Regards,
Hi @sim2511 ,
file = folder.get_file('')
with open("testdata.xlsx", "wb") as fh:
fh.write(file)
Hi Jason,
I have ask some information on other post.
Please ignore it, this code helps me to download the files from SP site.