Git Product home page Git Product logo

Comments (10)

UltimaA380 avatar UltimaA380 commented on June 3, 2024

When attempting to grant authorization

from google-drive-ftp-adapter-online.

andresoviedo avatar andresoviedo commented on June 3, 2024

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

from google-drive-ftp-adapter-online.

UltimaA380 avatar UltimaA380 commented on June 3, 2024

from google-drive-ftp-adapter-online.

andresoviedo avatar andresoviedo commented on June 3, 2024
  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

from google-drive-ftp-adapter-online.

xxx31fr avatar xxx31fr commented on June 3, 2024

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.

from google-drive-ftp-adapter-online.

andresoviedo avatar andresoviedo commented on June 3, 2024

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

from google-drive-ftp-adapter-online.

xxx31fr avatar xxx31fr commented on June 3, 2024

Hello,
It's always KO

from google-drive-ftp-adapter-online.

andresoviedo avatar andresoviedo commented on June 3, 2024

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.

from google-drive-ftp-adapter-online.

Dudaevskiy avatar Dudaevskiy commented on June 3, 2024
  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

from google-drive-ftp-adapter-online.

Dudaevskiy avatar Dudaevskiy commented on June 3, 2024

May I ask you to make a video instruction?

from google-drive-ftp-adapter-online.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.