Zebradil / Gimme-iPhotos

Download media files from iCloud.
MIT License
119 stars 4 forks source link

Advanced Data Protection workaround/implementation? #94

Open pr0z4k opened 1 year ago

pr0z4k commented 1 year ago

Symptoms: When apple ADP (advanced Data Protection) is enabled, gimme-iphotos fails with the following error:

private db access disabled for this account. Please wait a few minutes then try again.The remote servers might be trying to throttle requests. (ACCESS_DENIED)

I assume this is expected as ADP is enabled in my account, the actual question I have is, will there be a way to use this solution with ADP enabled? is that technically possible? what is viable workaround/fix for this?

Found in the pyIcloud GitHub that there are related issues open, https://github.com/foxt/icloud.js/issues/4 (upstream library) but wondering if this will be patched here