Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant use online service #1

Open
UltimaA380 opened this issue Oct 5, 2018 · 10 comments
Open

Cant use online service #1

UltimaA380 opened this issue Oct 5, 2018 · 10 comments
Labels
bug Something isn't working

Comments

@UltimaA380
Copy link

UltimaA380 commented Oct 5, 2018

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
Copy link
Author

When attempting to grant authorization

@andresoviedo
Copy link
Owner

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

@andresoviedo andresoviedo added the bug Something isn't working label Oct 9, 2018
@UltimaA380
Copy link
Author

UltimaA380 commented Oct 9, 2018 via email

@andresoviedo
Copy link
Owner

  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
Copy link

xxx31fr commented Nov 13, 2018

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
Copy link
Owner

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
Copy link

xxx31fr commented Nov 14, 2018

Hello,
It's always KO

@andresoviedo
Copy link
Owner

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
Copy link

Dudaevskiy commented Feb 6, 2020

  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
Copy link

May I ask you to make a video instruction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants