We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since end 2022, Apple has introduced Advanced Data Protection, which enables (better) e2e encryption for more applications in iCloud
When attempting to connect to iCloud drive with ADP enabled, using the pyicloud library, the following error is displayed:
pyicloud.exceptions.PyiCloudAPIResponseException: Missing PCS cookies from the request (423)
Some digging uncovers this github issue, which indicates my error is related to the fact that I have enabled ADP.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The request
Since end 2022, Apple has introduced Advanced Data Protection, which enables (better) e2e encryption for more applications in iCloud
Environment
Checklist
Additional information
When attempting to connect to iCloud drive with ADP enabled, using the pyicloud library, the following error is displayed:
Some digging uncovers this github issue, which indicates my error is related to the fact that I have enabled ADP.
The text was updated successfully, but these errors were encountered: