Is there a way of creating a Google Cloud account programmatically?
I'm creating an app where I want the user of the app to be able to export the data created in the app to a location like a CDN. But I want the app to be able to easily create and setup a Google Cloud account under the users identity so the data stored in the CDN is only accessible by the user of the app.
It seems that there is a lot of steps involved to create a Google Cloud account and to create a CDN, so I want to see if this entire process can be programmatically executed by the app for the user. All they would need to do is enter some data that would identify this account as their own, and the app would carry out the commands to create the Google Cloud account and create the CDN for them.
If this is not possible, then I'll have to think of another solution for this.
Thanks.