Hi @DarfNader,
Apple doesn’t provide a general, open API for iCloud. The CloudKit and the SDK can be used to access siloed/sandboxed data for your specific application, but not for general drive data access and management, which is what we would need.
Essentially, you can only access data that your application has put in.
We spent some time trying to reverse engineer private methods for general iCloud access, but it wasn’t viable for production use.