Skip to content

Commit 5a4026c

Browse files
committed
iclouddrive: add notes on ADP and Missing PCS cookies - fixes rclone#8310
1 parent b1d4de6 commit 5a4026c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/content/iclouddrive.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Enter a value.
6161
config_2fa> 2FACODE
6262
Remote config
6363
--------------------
64-
[koofr]
64+
[iclouddrive]
6565
- type: iclouddrive
6666
- apple_id: APPLEID
6767
- password: *** ENCRYPTED ***
@@ -78,6 +78,20 @@ y/e/d> y
7878

7979
ADP is currently unsupported and need to be disabled
8080

81+
On iPhone, Settings `>` Apple Account `>` iCloud `>` 'Access iCloud Data on the Web' must be ON, and 'Advanced Data Protection' OFF.
82+
83+
## Troubleshooting
84+
85+
### Missing PCS cookies from the request
86+
87+
This means you have Advanced Data Protection (ADP) turned on. This is not supported at the moment. If you want to use rclone you will have to turn it off. See above for how to turn it off.
88+
89+
You will need to clear the `cookies` and the `trust_token` fields in the config. Or you can delete the remote config and start again.
90+
91+
You should then run `rclone reconnect remote:`.
92+
93+
Note that changing the ADP setting may not take effect immediately - you may need to wait a few hours or a day before you can get rclone to work - keep clearing the config entry and running `rclone reconnect remote:` until rclone functions properly.
94+
8195
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/iclouddrive/iclouddrive.go then run make backenddocs" >}}
8296
### Standard options
8397

0 commit comments

Comments
 (0)