Git Product home page Git Product logo

Comments (2)

aaron-trout avatar aaron-trout commented on June 8, 2024

I am getting the same thing on MacOS, installed from HomeBrew.

$ icloudpd --directory=/Volumes/home/Photos/iCloud --username="<REDACTED>" --set-exif-datetime
2024-03-01 21:31:13 DEBUG    Authenticating...
iCloud Password:
2024-03-01 21:31:21 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)
Traceback (most recent call last):
  File "/opt/homebrew/bin/icloudpd", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/icloudpd/base.py", line 328, in main
    core(
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/icloudpd/base.py", line 790, in core
    library_object = icloud.photos
                     ^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/pyicloud_ipd/base.py", line 624, in photos
    self._photos = PhotosService(service_root, self.session, self.params)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/pyicloud_ipd/services/photos.py", line 254, in __init__
    super(PhotosService, self).__init__(
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/pyicloud_ipd/services/photos.py", line 154, in __init__
    request = self.service.session.post(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/requests/sessions.py", line 637, in post
    return self.request("POST", url, data=data, json=json, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/pyicloud_ipd/base.py", line 178, in request
    self._raise_error(code, reason)
  File "/opt/homebrew/Cellar/icloudpd/1.17.3/libexec/lib/python3.12/site-packages/pyicloud_ipd/base.py", line 207, in _raise_error
    raise api_error
pyicloud_ipd.exceptions.PyiCloudAPIResponseException: 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)

from icloud_photos_downloader.

aaron-trout avatar aaron-trout commented on June 8, 2024

@Potter3117 I think this is because of the "advanced data protection" option in iCloud. This issue looks like a duplicate of #687 essentially

from icloud_photos_downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.