Google cloud storage
Navigate to SYSTEM SETTINGS > FILE SYSTEM SETTINGS > select GOOGLE CLOUD STORAGE:

* If your system does not host on Google Cloud, you need to upload your Service Account Key File to folder: /home/freshen.be-commerce.org/storage/app/gcs, then copy the file name to the input above, Example: project-name-xxx-xxx.json
* If running in Google App Engine, the built-in service account associated with the application will be used.
* If running in Google Compute Engine, the built-in service account associated with the virtual machine instance will be used.
How to create a Google Cloud Service Account and download client json file
2. And once you get to the homepage which is the dashboard you want to click on the navigation menu
3. Then click on IAM & Admin. From the menu items, I want to select Service accounts.

On the top, click on create a service account.

Here I want to give our account a name. For example, I can name my service account
freshen-gg-could-admin
to imply that this account has full access to everything. You can also add additional
information in the description field to give more detail on the purpose of the account,
then click on Create and continue.

Now, we will select a role to assign to this account.
So different role has different permissions set to different cloud products. Since I'm the owner, I'm going to click on basic
And we're going to choose the Storage Admin and Storage Admin will give me full access to all the resources.

Service account's privilege. You can type in the user's, email address or the group
You can leave 2 fields in this step blank
Then Done

Notice in the under the key ID field, this account doesn't have a key id assigned. So need to create a new set of key ID.
to do that under the actions column > click on manage keys.

Now click on ADD key and click create new key for the key type > Json and click on create.

The dialogue window's going to prompt you to save the client file. I'm going to save the file

Last modified 10mo ago