New CloudKit Web Service zones, requires authentication?

Hi; I'm messing with the new CloudKit Web Service, and the fetch zones web service it's giving an auth required...


https://api.apple-cloudkit.com/database/1/iCloud.xxx.xxxxxxx.xxxx/development/public/zones/list?ckAPIToken=MYAPITOKEN


I'm trying to query the public database, so what is I missing here?

I have been able to get the autorization as ckSession, however anytime I ask for any info using the ckTOKENApi, and ckSession parameters, I am getting Not Authorized. Are web services working for you? Like getting your user/current ???

Yes it's working. You can see my implementation at https://github.com/jaumecornado/DroidNubeKit Some commits are missing (the current user one...) but tomorrow will push it.

Hi, @jaume,


Just came accross your reply on this topic. I am working on a server side project and intend to save the ckSession value for later use. Any idea how long can this ckSession last?

New CloudKit Web Service zones, requires authentication?
 
 
Q