Skip to content
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

What is a client-id? #14

Open
dterefe opened this issue May 16, 2024 · 1 comment
Open

What is a client-id? #14

dterefe opened this issue May 16, 2024 · 1 comment

Comments

@dterefe
Copy link

dterefe commented May 16, 2024

Hello,
i know this is probably trivial, but I do not find any reference to a "client-id" connected to my current iCloud account.
Do i require a developer account to use this API and that is how I get access to a client-id?
Furthermore, when using the Python API for iCloud on which this API is based on, I don't need a client-id and can just use my normal login data to sign into iCloud.

Can someone explain what the client-id is and where I can get it to use this API?

@tmyroadctfig
Copy link
Owner

I think you can put anything for the client-id, e.g. here's how pycloud is generating theirs: https://github.com/picklepete/pyicloud/blob/332cc9fa767862480c27253233c2cfdf9f2ea0d9/pyicloud/base.py#L222

You don't need a developer account, these API calls are the same ones your phone would be making to access the iCloud services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants