andresoviedo / google-drive-ftp-adapter-online

Google Drive FTP Adapter Online service to connect your FTP Clients to Google Drive
https://ftpdrive.andresoviedo.org
Apache License 2.0
31 stars 13 forks source link

Cant use online service #1

Open UltimaA380 opened 6 years ago

UltimaA380 commented 6 years ago

Sign in with Google temporarily disabled for this app This app has not yet been verified by Google in order to use Google Sign in.

UltimaA380 commented 6 years ago

When attempting to grant authorization

andresoviedo commented 5 years ago

Google apparently has not yet approved this project. Google didn't provide any reason.

Meanwhile, you can deploy the app in your own server with your own API key

UltimaA380 commented 5 years ago

How does one do this?

On Tue, Oct 9, 2018, 3:09 PM Andres Oviedo, notifications@github.com wrote:

Google apparently has not yet approved this project. Google didn't provide any reason.

Meanwhile, you can deploy the app in your own server with your own API key

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/andresoviedo/google-drive-ftp-adapter-online/issues/1#issuecomment-428313884, or mute the thread https://github.com/notifications/unsubscribe-auth/AWCSe-JDIGB1DYzuZCXyiA4OynuCmzUmks5ujPRVgaJpZM4XKmyp .

andresoviedo commented 5 years ago
  1. Register to https://console.cloud.google.com/apis/dashboard
  2. Create an API and download your personal client_secrets.json
  3. Git clone repo, put your client_secrets.json and compile the app (see README.md)
  4. deploy jar to your server (see README.md)
  5. launch app (see README.md)
  6. connect your FTP client to your server
  7. enjoy
xxx31fr commented 5 years ago

Hello, I tried to install from source your online version and i get: [ERROR] Failed to execute goal on project google-drive-ftp-adapter-online: Could not resolve dependencies for project org.andresoviedo:google-drive-ftp-adapter-online:jar:1.0.0: Could not find artifact org.andresoviedo:google-drive-ftp-adapter:jar:1.6.1 in central (https://repo.maven.apache.org/maven2) Do you know what il the problem, please.

andresoviedo commented 5 years ago

Hey. Please make sure to specify full path of jar file. Usually, the generated jar file is in the target/ directory.

$ mvn clean compile assembly
$ java -jar target/google-drive-ftp-adapter-jar-with-dependencies.jar
xxx31fr commented 5 years ago

Hello, It's always KO

andresoviedo commented 5 years ago

Hey. Sorry. Forgot to mention.

This app depends on this project: https://github.com/andresoviedo/google-drive-ftp-adapter

In order to build google-drive-ftp-adapter-online you have to install first the google-drive-ftp-adapter library in your local maven repository. Please execute::

$ git clone https://github.com/andresoviedo/google-drive-ftp-adapter.git
$ cd google-drive-ftp-adapter
$ mvn install

Now you can build google-drive-ftp-adapter-online.

$ cd google-drive-ftp-adapter-online
$ mvn clean package
$ java -jar target/google-drive-ftp-adapter-online-1.0.0.jar

If you still have issues don't hesitate and ask.

Dudaevskiy commented 4 years ago
  1. Зарегистрируйтесь на https://console.cloud.google.com/apis/dashboard
  2. Создайте API и загрузите свой личный файл client_secrets.json
  3. Git clone repo, поместите свой client_secrets.json и скомпилируйте приложение (см. README.md)
  4. разверните jar на вашем сервере (см. README.md)
  5. запустить приложение (см. README.md)
  6. подключите ваш FTP-клиент к вашему серверу
  7. наслаждаться

Hello, I beg you to describe in more detail the process of creating an API. Especially, it is not clear what to do at this step: https://drive.google.com/a/gm.sumdu.edu.ua/file/d/1xHkypHLZc5J0wbln-kmpHZDYuvxX_NQT/view?usp=drivesdk

Dudaevskiy commented 4 years ago

May I ask you to make a video instruction?