Google Drive REST API v3 based integration: Google Drive API Link Authentication is handled through OAuth 2.0 (OAuth Wikipedia Link), ensuring secure, user-consented access to Google Drive data.

!!! Proxy Configuration: If your server accesses the internet through a proxy, make sure to whitelist the following domains for Google Authentication and Drive access:
- oauth2.googleapis.com
- www.googleapis.com


1. Google OAuth 2.0 Configuration
#


Start by navigating to Google APIs & Services: Google APIs & Services Link
!!!Note: Ensure the Google Drive API is enabled at Enabled APIs & services. Google API Library Link

SMTP Google Mail Integration/g_api_services.png
attachments

Go to the Credentials menu, click on Create Credentials, and select OAuth client ID:
SMTP Google Mail Integration/create_credentials.png

Select the application type: Web application. Provide a unique name. Then, configure the Authorized redirect URI—this is where Google will redirect you after authorization. The Redirect URL must end with ?command=register_gdrive_api.


    http://127.0.0.1:9090/?command=register_gdrive_api

or
    
    https://your.crushftp.domain.com/?command=register_gdrive_api
    

Finally, click the Create button.

SMTP Google Mail Integration/credential_config_gdrive.png

After the credentials are created, copy the Client ID and Client Secret.

SMTP Google Mail Integration/client_id_secret.png

!!! Note: You can configure the OAuth consent screen by clicking the link above the Authorized JavaScript origins section:
"The domains you enter in the fields below will be automatically added to your OAuth consent screen as authorized domains."
Click the link to open the OAuth consent screen settings, complete the configuration, and authorize your CrushFTP domain.

2. Gdrive Remote Item Settings:
#


Select the GDrive item type and click the Get Refresh Token button.
GDriveSetup/get_refresh_token.png

!!! Note: To obtain the Refresh Token, the CrushFTP WebInterface’s host and port must match the Redirect URL specified in the Google APIs & Services-> Credentials -> OAuth 2.0 Client IDs. In our example, it was: http://127.0.0.1:9090 or https://your.crushftp.domain.com/

Enter the Client ID , Client Secret. Proceed with the authentication and authorization process.
!!! Note: Be sure to sign in with the Google Account that has the necessary permissions, as configured in the Google APIs & Services-> Credentials -> OAuth 2.0 Client IDs. This will automatically configure the User name and Password.
GDriveSetup/gdrive_oauth_form.png

If the domain is unverified, a warning message may appear. Click Advanced and choose to proceed:

SMTP Google Mail Integration/not_verified_domain.png

Click on the Allow button:

SMTP Google Mail Integration/allow_form.png

GDriveSetup/test_success.png

Enable Team Drive: Enable this option to allow access to Shared Drives (formerly Team Drives) in Google Drive. When selected, file operations will include content stored in Shared Drives, not just the user’s personal My Drive. This is useful when your organization collaborates using Google Workspace Shared Drives.

Keep File ID on Overwrite: Enable this option to retain the original file’s ID when overwriting a file in Google Drive. Instead of deleting and re-uploading the file (which generates a new ID), the existing file is updated in-place. This ensures that any shared links or references to the file remain valid after an overwrite.

Enable MDTM: Activates support for the MDTM (Modification Time), which allows clients to set the last modified timestamp of a file after the upload action. This can be useful for synchronization tools and backup software that rely on accurate file timestamps.

Corpora variable name: It defines the logical buckets of content that Google Drive should search within. It’s especially important in complex Drive environments where you may be working across personal drives, shared drives (Team Drives), or content shared with you by others.
Values:
- user: Search within the current user’s My Drive.
- drive: Search within a specific Shared Drive (must be used with driveId).
- allDrives: Search across the user’s My Drive and all accessible Shared Drives.
- domain: Search all files in the user’s domain (only works with G Suite / Workspace).

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
consent_config.png 86.3 kB 1 05-Dec-2023 05:32 Ben Spink
png
create_credentials.png 57.5 kB 1 05-Dec-2023 05:32 Ben Spink
png
create_project.png 25.9 kB 1 05-Dec-2023 05:32 Ben Spink
png
credential_config.png 95.2 kB 1 05-Dec-2023 05:32 Ben Spink
png
enable_api.png 107.2 kB 1 05-Dec-2023 05:32 Ben Spink
png
gdrive_oauth_form.png 26.7 kB 1 15-May-2025 05:35 krivacsz
png
get_refresh_token.png 88.9 kB 2 15-May-2025 05:30 krivacsz
png
oauth_consent.png 49.1 kB 1 05-Dec-2023 05:32 Ben Spink
png
test_success.png 115.0 kB 2 15-May-2025 05:45 krivacsz
« This page (revision-62) was last changed on 15-May-2025 07:44 by krivacsz
G’day (anonymous guest)
CrushFTP11 | What's New
JSPWiki