-
I installed all requirements and just did git clone.
```
root@/home/cloud/grive2/build# cmake ..
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check…
-
I read at https://github.com/vitalif/grive2 that Google documents syncing is not supported. Is this not possible at all? Is it something that Google is prohibiting in the API, or something that just h…
-
I am using grive2 on 2 Ubuntu machines. Both with the current version (0.5.1-dev) but with one machine I get the invalid_grant error when grive does the refresh auth token procedure.
I tried to us…
-
I am willing o update to the latest version released 7 days ago. Since it would make grive2 work again.
But the following PPA doesn t seem to work anymore : https://launchpad.net/~nilarimogard/+arch…
-
I encounter the following exception when I try to sync using the `grive` command
exception: /build/grive2-2Hxkkx/grive2-0.5.1/libgrive/src/protocol/AuthAgent.cc(159): Throw in function long int…
-
When I tried to sync my google drive on a ntfs partition, the following error occured.
After changing to ext4, no error occurs.
```
sync "./icons/myicon.png" created in remote. creating local
excepti…
-
```
-f [ --force ] Force grive to always download a file from Google Drive
instead of uploading it.
```
but when I locally change a file that's already in google driv…
-
So, is this because the default application id has run out of transfer quota or something?
According to Google on the browser side, I was able to pass authentication, but actually trying to sync an…
-
while I am trying to start the service for sync using this command
`systemctl --user enable grive@$(systemd-escape google-drive).service`
I am receiving this error:
> Failed to enable unit: Uni…
-
I want to sync the only one folder named **1**.
`grive -s 1` command only creates _empty_ folder **1** in local. Although just `grive` syncs everything.
Tried **.gitignore**:
```
.gitignore
!1
*…