mirror of
https://github.com/rclone/rclone.git
synced 2026-02-19 19:03:27 +00:00
iclouddrive: test updating the URLs .cn - FIXME DO NOT MERGE
This commit is contained in:
@@ -16,10 +16,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
baseEndpoint = "https://www.icloud.com"
|
||||
homeEndpoint = "https://www.icloud.com"
|
||||
setupEndpoint = "https://setup.icloud.com/setup/ws/1"
|
||||
authEndpoint = "https://idmsa.apple.com/appleauth/auth"
|
||||
baseEndpoint = "https://www.icloud.com.cn"
|
||||
homeEndpoint = "https://www.icloud.com.cn"
|
||||
setupEndpoint = "https://setup.icloud.com.cn/setup/ws/1"
|
||||
authEndpoint = "https://idmsa.apple.com.cn/appleauth/auth"
|
||||
)
|
||||
|
||||
type sessionSave func(*Session)
|
||||
|
||||
Reference in New Issue
Block a user