yadayada

Results 61 comments of yadayada

If for whatever reason not all changesets can be downloaded, you should run (the incremental) `sync` again until it does not throw a warning. Using `-f` will decrease the chances...

> Any suggestions for a temp fix? ``acdcli psync /``

I'm afraid acd_cli will no longer work for you (if you don't happen to have created a whitelisted security profile).

I tested this on a 16GB file that was downloadable. I changed the file name in the web interface and tried to download again (without syncing first) and also got...

Yes, it is pining for the fjords.

That happens if you try to upload a file into a folder that is trashed in the Drive, but not trashed in the local cache. Please see if it still...

Sorry, I was assuming you had created a folder (and cached that folder info), trashed it and created a new folder of the same name as the trashed folder (not...

Hmm, a few months ago I was considering using the SQLAlchemy core as an SQL query generator and got to a half-working implementation. I had initially moved away from the...

You need to set the `url` variable string in the `database` section of `cache.ini`, e.g. ``` [database] url = mysql://user:pass@localhost/ ```

@AlexCzar, hold your horses. I am currently implementing FUSE with acd_cli. Most things should already be there - fast node cache, syncing, path resolution, chunked downloads etc.