picklepete / pyicloud

A Python + iCloud wrapper to access iPhone and Calendar data.
MIT License
2.55k stars 450 forks source link

Drive not working #318

Open eprieto-lam opened 3 years ago

eprieto-lam commented 3 years ago

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

ixs commented 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.

eprieto-lam commented 3 years ago

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.