question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pyicloud_ipd.exceptions.PyiCloudAPIResponseError: private db access disabled for this account.

See original GitHub issue

hi. i’m getting alot of those lately: pyicloud_ipd.exceptions.PyiCloudAPIResponseError: 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) with my icloud account. my sons account never gets this error.

i suppose thats because my photo library is much bigger. what is the actual limit of requests? is it per hour? is there any info of how this throttling mechanism works?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:24 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
boredazfcukcommented, Oct 1, 2020

Somebody running the script too often is a user problem, not a coding problem.

0reactions
benkrebscommented, Feb 10, 2022

Hey @menkej thanks for your fast response. 1.) yes, I can see and browse the photos on iCloud.com: image

2.) I am using boredazfcuk/icloudpd dockerized version (latest); running on a local ubuntu server

My config: services: icloudsync: container_name: icloudsync image: boredazfcuk/icloudpd restart: unless-stopped environment: - TZ=Europe/Berlin - user=xyz - user_id=1000 - group=synusers - group_id=1007 - apple_id=mail@xyz.com - authentication_type=2FA - folder_structure={:%Y} - auto_delete=False - recent_only=10 - synchronisation_interval=21600 hostname: icloudsync volumes: - xyz:/config - abc:/home/benkrebs/iCloud

3.) then I init: docker exec -it icloudsync sync-icloud.sh --Initialise -> what I saw here: even if I provide a wrong 2FA code I get a key and it proceeds to the error message

4.) Python inside the docker: image

Hope that helps and thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

About Databases in Changing Access Controls on User Data
I am following apple docs about "Changing Access Controls on User Data". ... "reason" : "private db access disabled for this account".
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found