Craig Phillips
Craig Phillips
Ah here we are. In drive/**init**.py. #if debug.enabled(): httplib2.debuglevel = 4
It appears to be connecting now. The error here is something different. I'll take a closer look tomorrow. On 6 Feb 2014 16:56, "jbryant705" [email protected] wrote: > Weird that my...
Are you still experiencing the HttpErrors?
I have set default encodings of all gsync source files to utf-8. I'm hoping it will prevent python from using a default encoding of ascii. I will try and setup...
I will be producing another release within a few weeks. I hope to provide a trouble shooting tool to help diagnose some common issues. On 2 Mar 2014 00:40, "jbryant705"...
It looks like it is trying to store the directory permissions after creation, hence why you are seeing the directory in your drive, but no files. Google Drive must not...
There aren't any gsync services, it looks like it's because it's owned by root. You need to edit the file as root, using sudo or something: $ sudo gedit Or......
What is the file name that fails to upload? On 20 March 2014 14:25, jbryant705 [email protected] wrote: > It looks like if I create a tarball first and then try...
Oh, could you add --debug to your list of command line arguments. I think that's what is missing for generating the HTTP debug output. On 20 March 2014 14:30, jbryant705...
Oh, I see you have --authenticate in the options usage output. Are you using gsync #head version from github or have you installed from pypi? On 20 March 2014 14:52,...