-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
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
feat(icloud): Add basic Apple iCloud Drive support #3980
Conversation
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
@bokket Awesome effort, hope this gets merged |
just achieve |
Hi, please install |
core/src/services/icloud/session.rs
Outdated
const AUTH_HEADERS: [(&str, &str); 7] = [ | ||
( | ||
"X-Apple-OAuth-Client-Id", | ||
"d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this key come from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add in comments so the maintainer knows where it's from.
If |
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Looks well, let's continue? |
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Hi, path cache has been added in main, maybe you want to refactor by it instead? |
Let me briefly review path_cache |
I want to customize the cache of Insert format |
I'm confused. To find the parent of |
Ok. I don’t know why |
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Some details could be polished in later PRs.
Hello @bokket, could you address the conflicts? |
Signed-off-by: bokket <[email protected]>
Signed-off-by: bokket <[email protected]>
I solved manually. |
part #2627
passed in local.