Search Criteria
Package Details: drivesync 1.4.0-2
Git Clone URL: | https://aur.archlinux.org/drivesync.git (read-only, click to copy) |
---|---|
Package Base: | drivesync |
Description: | Google Drive synchronization for Linux |
Upstream URL: | https://github.com/MStadlmeier/drivesync |
Licenses: | |
Submitter: | marcoscarpetta |
Maintainer: | XBars93 |
Last Packager: | XBars93 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-10 11:48 |
Last Updated: | 2019-05-05 16:18 |
Latest Comments
BobDschingis commented on 2019-12-15 11:56
@t.langlois Same here - follwed the link and got the same message like t.langlois had. On github it seems, that the maintainer is aware of this problem: https://github.com/MStadlmeier/drivesync/issues/29
t.langlois commented on 2019-12-08 14:38
Hi, I could build the package but after running drivesync the first time, when I enter the URL to grant permission I get the following error:
Sign in with Google temporarily disabled for this app This app has not been verified yet by Google in order to use Google Sign In.
How can I solve this ?
fernandocv commented on 2019-02-08 18:42
Problem building it!
==> Error: Could not find all required packages: ruby<2.6.0 (Wanted by: drivesync)
Can you solve it?
thomasaiman commented on 2019-01-21 00:16
Is the ruby<2.6.0 dependency still necessary? Ruby 2.6 is now officially out
TAAPAye commented on 2018-04-17 19:28
I keep getting the error: /usr/share/drivesync/src/drive_manager.rb:151:in
block in folder_with_name': undefined method
first' for nil:NilClass (NoMethodError) after a few files sync. Not familar with ruby but I assume its a simple fix since the actual syncing goes through.For anyone with the same problem:
while ! drivesync; do sleep 1s; done
to keep trying after errors