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 29-Dec-2020 05:25 Ben Spink
png
create_credentials.png 57.5 kB 1 29-Dec-2020 05:25 Ben Spink
png
create_project.png 25.9 kB 1 29-Dec-2020 05:25 Ben Spink
png
credential_config.png 95.2 kB 1 29-Dec-2020 05:25 Ben Spink
png
enable_api.png 107.2 kB 1 29-Dec-2020 05:25 Ben Spink
png
get_refresh_token.png 53.5 kB 1 29-Dec-2020 05:25 Ben Spink
png
oauth_consent.png 49.1 kB 1 29-Dec-2020 05:25 Ben Spink
png
test_success.png 74.9 kB 1 29-Dec-2020 05:25 Ben Spink

This page (revision-22) was last changed on 09-Nov-2022 04:52 by krivacsz

This page was created on 29-Dec-2020 05:25 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

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]
Setup Oauth Consent (if was not yet created), make an internal one: \\
\\
[attachments|SMTP Google Mail Integration/create_consent.png]\\
\\
Set the support emails, the application domain and save it.
\\
[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:\\
{{{
?command=register_gdrive_api
}}}\\
[attachments|credential_config.png]\\
\\
And one last important step, you need to enable the GoogleDrive API for your account if its not already.\\
[https://console.developers.google.com/apis/library/drive.googleapis.com/]\\
[attachments|enable_api.png]\\
\\
Now that the API is enabled, and your credentials are setup, and your redirect domains are configured, you can use the credentials in CrushFTP to get your google auth token and get access.\\
__CrushFTP admin page url must match with the redirect url.__ In our example: http://XXXXcrushftp.com\\
In the User Manager, add a new remote VFS item type and set the protocol to be "GDrive".\\
Take your google client_id and secret and combine them together with a tilda as separator:\\
{{{
client_id: 725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com
secret: fEsXXXXXXXXXXXXXXXXPggg7
}}}
results in:
{{{
725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com~fEsXXXXXXXXXXXXXXXXPggg7
}}}
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]\\
Version Date Modified Size Author Changes ... Change note
22 09-Nov-2022 04:52 2.272 kB krivacsz to previous
21 09-Nov-2022 04:51 2.277 kB krivacsz to previous | to last
« This page (revision-22) was last changed on 09-Nov-2022 04:52 by krivacsz
G’day (anonymous guest)
CrushFTP10 | What's New
JSPWiki