You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/iclouddrive.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Enter a value.
61
61
config_2fa> 2FACODE
62
62
Remote config
63
63
--------------------
64
-
[koofr]
64
+
[iclouddrive]
65
65
- type: iclouddrive
66
66
- apple_id: APPLEID
67
67
- password: *** ENCRYPTED ***
@@ -78,6 +78,20 @@ y/e/d> y
78
78
79
79
ADP is currently unsupported and need to be disabled
80
80
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
+
81
95
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/iclouddrive/iclouddrive.go then run make backenddocs" >}}
0 commit comments