Storage

How to set up Google Drive Storage.

Updated April 17, 2026
192 views

Agiled stores all of your files on Agiled Storage that comes with your subscription plan but if you want to set up Google Drive storage, you can easily set that up.

To setup Google Drive storage go to Settings -> Storage settings in Agiled. 

Article image

and select Google Drive from the drop down menu.

Article image

You need Google Drive API keys to setup Google Drive storage. 

Getting your Client ID and Secret

Log in to your Google Account and go to this website:

https://console.developers.google.com/

Create a Project

Create a new project using the dropdown at the top.

Create a new project
Create a new project

After you enter a name, it takes a few seconds before the project is successfully created on the server.

Enable Drive API

Make sure you have the project selected at the top.

Then go to Library and click on "Drive API" under "G Suite APIs".

Add Drive API
Add Drive API

And then Enable it.

Enable Google Drive API
Enable Google Drive API

Create Credentials

Go to "Credentials" and click on the tab "OAuth Consent Screen". Fill in a "Product name shown to users" and Save it. Don't worry about the other fields.

Consent Screen
Consent Screen

Then go back to Credentials, click the button that says "Create Credentials" and select "OAuth Client ID".

Create Credentials
Create Credentials

Choose "Web Application" and give it a name.

Add https://developers.google.com/oauthplayground in "Authorized redirect URIs". You will need to use this in the next step to get your refresh token. Once you have the token, you can remove the URI.

Credentials
Credentials

Click Create and take note of your Client ID and Client Secret.

Getting your Refresh Token

Go to https://developers.google.com/oauthplayground.

Make sure you added this URL to your Authorized redirect URIs in the previous step.

In the top right corner, click the settings icon, check "Use your own OAuth credentials" and paste your Client ID and Client Secret.

Use your own OAuth credentials
Use your own OAuth credentials

In step 1 on the left, scroll to "Drive API v3", expand it and check the first drive scope.

Check Scopes
Check Scopes

Click "Authorize APIs" and allow access to your account when prompted. There will be a few warning prompts, just proceed.

When you get to step 2, check "Auto-refresh the token before it expires" and click "Exchange authorization code for tokens".

Exchange authorization code for tokens
Exchange authorization code for tokens

When you get to step 3, click on step 2 again and you should see your refresh token.

Refresh Token
Refresh Token

Copy and paste your Google Drive credentials and click Save.

All of your files will be saved to your Google Drive from this point.