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

Ability for custom API key? (feature suggestion) #28

Closed minhducsun2002 closed 6 years ago

minhducsun2002 commented 6 years ago

I'm encountering login limit exceeding errors. Can you add the ability for customizing API key?

Many thanks for your project. It really helps me since Drive Sync wasn't available on Linux.

andresoviedo commented 6 years ago

You have to generate an API key here: https://console.developers.google.com

Then change key here: /src/main/resources/client_secrets.json

andresoviedo commented 6 years ago

If you don't want to build the app, just open it with 7zip and change file

minhducsun2002 commented 6 years ago

Thanks.