Open eprieto-lam opened 3 years ago
How did you install pyicloud? The released version on pypi doesn't have drive support yet. Drive is only in the github trunk.
Ok I understand I did a pip install Then when will you release this?
Thanks
Cheers
Le 12 janv. 2021 à 18:46, Andreas Thienemann notifications@github.com a écrit :
How did you install pyicloud? The released version on pypi doesn't have drive support yet. Drive is only in the github trunk.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
The problem
I try to acces to my drive on icloud. The error message back to the normal routine call is:
AttributeError: 'PyiCloudService' object has no attribute 'drive'
My call is simply:
ListIcloud= api.drive.dir()
Photos, Files are running well, only drive is not I guess this is a problem of installation. I spend few times to find why butno success
could you help
Thanks