andresoviedo / google-drive-ftp-adapter

Google Drive FTP Adapter to connect to google drive through the FTP protocol
GNU Lesser General Public License v3.0
395 stars 93 forks source link

Install in a command line environment / Docker #40

Closed boys3869 closed 5 years ago

boys3869 commented 5 years ago

Hello everyone,

First of all thank you for this program which is just perfect !!

I would like to use your program in a Docker environment or this one is without GUI ... Do you have a solution to apply for permission to google account without GUI ?

And even better have you ever thought of deploying your application in a docker so that it is easier to use ?

Regards, boys3869

Dustify commented 5 years ago

Faced this issue installing over SSH. On first run it gives you the Google auth URL, paste this into your browser and go through the process, at the end it will try to go to a localhost URL to pass the token back. Copy this URL and use 'curl [url]' on the target system, it worked for me.

andresoviedo commented 5 years ago

Hi @boys3869 . Thanks for your feedback @Dustify

You may also deploy the application as a web application. Please take a look at google-drive-ftp-adapter-online:

https://github.com/andresoviedo/google-drive-ftp-adapter-online