tmyroadctfig / icloud4j

Other
22 stars 18 forks source link

What is client id #5

Closed deepakkumarrai closed 7 years ago

deepakkumarrai commented 7 years ago

Hi @tmyroadctfig ,

Please clarify to me, What is client id and how can I get it.

tmyroadctfig commented 7 years ago

I just used a random GUID in the code I'm using this library from. Here is how they do it over in the original library: https://github.com/picklepete/pyicloud/blob/ced8e83a40764438b9f0de7f441b932411aaac97/pyicloud/base.py#L123

deepakkumarrai commented 7 years ago

Thanks @tmyroadctfig