0

I want to download a file from a pCloud folder using python with pycloud module

My code is : 
from pcloud import PyCloud
pc = PyCloud('email', 'password',endpoint="eapi")

pc.downloadfile(url='https://e1.pcloud.link/publink/show?code=xxxxxxxxxxxxxxx', name='filename')

Nothing is downloaded.

uploaded file is ok with 

pc.uploadfile(files=[f], path='/Ma musique/')
 Regards

0 Answers0