I need to access iCloud container private database data from web, so i am using cloudkit js and I can access the iCloud container private data using containerIdentifier
and apiTokenAuth.apiToken
.
The apiToken is genereated by using iCloud dashboard
But my requirement is I need to get iCloud containter private data which is uploded by different user, that mean my ios developer create a containter using xcode and using the same container name to every user who using my app and when the user upload their data and it'll store into their (user) own icloud container private database.
Okay, in this scenario how I would access private database from web for different user where the apiToken not generated before anywhere?
I am not IOS developer, so if any mistake on my understand, Sorry!
This question is a little old, so sorry if you've already figured this out. But here's my input on your questions:
I hope that helps!