Google Cloud Storage
Integrate Google Cloud Storage with Sngine in a few easy steps.
Create a service account
-
Go to https://console.cloud.google.com/iam-admin/serviceaccounts and sign in with your Google account and select your project or create a new one
-
Click Create service account and fill the form
-
Make sure you give this account Storage Admin Role as shown
-
You now need to generate a new key as JSON, so select your new account and click Manage Keys
-
Your new public/private key pair is generated and downloaded to your machine as a new file. This file is the only copy of this key
Create the bucket
-
Now create the bucket — go to https://console.cloud.google.com/storage/browser and click Create Bucket
-
Make sure your bucket is public by following these steps