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
394 stars 93 forks source link

Running on Raspberry-Pi #24

Closed DigiWorm0 closed 5 years ago

DigiWorm0 commented 6 years ago

I have installed and tested java on my raspberry pi. So, why when do I get an error whenever I run the file?

andresoviedo commented 6 years ago

Whats the error you have when running the google-drive-ftp-adapter?

johnjjsmith commented 6 years ago

You have to compile libsqlitejdbc.so for Raspberry Pi for Google Drive FTP Adapter to work on it.

You can download the jar with all dependencies here: google-drive-ftp-adapter-jar-with-dependencies.zip (rename zip to jar)

andresoviedo commented 5 years ago

Hello. I don't have a Rapsberry and I don't have much time to emulate one.

So, if you want to contribute, could you please change the sqlite-jdbc maven dependency in pom.xml with latest version and rebuild package so you can test it? You can try with this one:

<dependency>
  <groupId>org.xerial</groupId>
  <artifactId>sqlite-jdbc</artifactId>
  <version>3.25.2</version>
</dependency>

If it works, please give us your feedback so I can upgrade it. Many thanks

andresoviedo commented 5 years ago

Duplicate of #12