At line 2 changed 2 lines |
|
You will start at the API credentials manager:\\ |
It requires several steps to configure.\\ |
You will start at Google API's and Service:\\ |
At line 6 changed 2 lines |
You first need to make a project. My example calls this CrushFTP-Test.\\ |
[attachments|create_project.png]\\ |
Setup Oauth Consent (if was not yet created), make an internal one: \\ |
At line 9 changed 2 lines |
Next select create credentials, and choose the Web Application type.\\ |
[attachments|create_credentials.png]\\ |
[attachments|SMTP Google Mail Integration/create_consent.png]\\ |
At line 12 changed 2 lines |
It will warn you if you don't have an "OAuth Consent" screen configured, so go there and configure that screen too.\\ |
[attachments|oauth_consent.png]\\ |
Set the support emails, the application domain and save it. |
At line 15 changed 2 lines |
When configuring the credential, you have to tell Google the domain you will be originating from when creating the auth token, so this is the URL you use for server administration. Just the protocol://dns_or_ip:port Don't have a trailing slash or it will complain.\\ |
You also need to put in the redirect URL of where google is going to send you back to after approval. This needs to follow the syntax in the example. Specifically your domain needs to end with:\\ |
[attachments|SMTP Google Mail Integration/consent_settings_1.png]\\ |
[attachments|SMTP Google Mail Integration/consent_settings_2.png]\\ |
\\ |
Go to the Credentials menu and create new credentials, choose OAuth client ID:\\ |
[attachments|SMTP Google Mail Integration/create_credentials.png]\\ |
\\ |
Choose Web application: |
\\ |
[attachments|SMTP Google Mail Integration/credential_config.png]\\ |
\\ |
It is required to set up the Authorized Redirect URIs. You can put a domain (where your CrushFTP is available), or localhost. The URI needs to end with:\\ |
At line 19 changed one line |
}}} |
}}}\\ |
At line 22 changed one line |
And one last important step, you need to enable the GoogleDrive API for your account fi its not already.\\ |
And one last important step, you need to enable the GoogleDrive API for your account if its not already.\\ |
At line 33 added one line |
__CrushFTP admin page url must match with the redirect url.__ In our example: http://XXXXcrushftp.com\\ |
At line 28 changed one line |
Take your google client_id and secret and combine them together with a ~ as separator:\\ |
Take your google client_id and secret and combine them together with a tilda as separator:\\ |
At line 30 changed 2 lines |
client_id: 725114459570-7kaimt87pq299gjhtclmqep3si764m4k.apps.googleusercontent.com |
secret: fEsDQSsvy9l_uBABVpsPggg7 |
client_id: 725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com |
secret: fEsXXXXXXXXXXXXXXXXPggg7 |
At line 35 changed one line |
725114459570-7kaimt87pq299gjhtclmqep3si764m4k.apps.googleusercontent.com~fEsDQSsvy9l_uBABVpsPggg7 |
725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com~fEsXXXXXXXXXXXXXXXXPggg7 |
At line 37 changed one line |
That whole long garbage string becomes your "username" to GDrive://. |
That whole long string becomes your "username" to GDrive://.\\ |
Copy and paste it into the user field. Then click "Get Refresh Token" to finish the config.\\ |
[attachments|get_refresh_token.png]\\ |
\\ |
Finally!\\ |
[attachments|test_success.png]\\ |