With RAD Studio XE8, we support a range of backend as a service (BaaS) providers including Kinvey, Parse and App42.
Over the last year I have written many blog posts on our BaaS support and frequently get questions on BaaS from our customers. I recently got a question about how to upload files to Kinvey using https instead of http. Kinvey uses Google cloud storage for files and you can use either 'http:' or 'https:' when making a request to Google.
Below is some information fro...