majorkalina / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

SSL Error #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run java -jar google-docs-upload.jar -u <username> -p <password>
2. Enter the Path when prompted
3.

What is the expected output? What do you see instead?
It should upload the files. Instead I get an error 403.4 SSL required and the 
upload fails.

What version of the product are you using? On what operating system?
1.4.7 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by rahuld...@gmail.com on 5 Oct 2011 at 7:04

GoogleCodeExporter commented 9 years ago
I have the same problem since oct 1st. Any ideas? Has google changed anything 
in the service?

Original comment by lmanzan...@simetrical.com on 6 Oct 2011 at 6:59

GoogleCodeExporter commented 9 years ago
Upgraded to v 3.0.0 fixed it for me.  LibreOffice Fedora 15.

Original comment by james.ne...@gmail.com on 11 Oct 2011 at 7:38

GoogleCodeExporter commented 9 years ago
I don't understand. I'm using the standalone jar file. Even if I download, 
compile and run the source code, I still see the same error.

How does one upgrade to v3.0.0

Original comment by rahuld...@gmail.com on 11 Oct 2011 at 8:48

GoogleCodeExporter commented 9 years ago
Hmm, where to get 3.0.0?

Original comment by ungewiss...@gmail.com on 11 Oct 2011 at 11:57

GoogleCodeExporter commented 9 years ago
There has been a change to the google api.
Everything now has to be https. It will need to be changed in the code.

http://jira.pentaho.com/browse/PDI-6803

Original comment by wesselin...@gmail.com on 11 Oct 2011 at 6:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have switched to use Cyberduck (www.+.ch) instead. 
Although it supports no command line, you can upload a whole "folder" and it 
will upload all the files one by one. 
I set it to "skip existing files" and it works similar to gdu now.

Original comment by kenneth....@nac-consolidators.com on 13 Oct 2011 at 5:03

GoogleCodeExporter commented 9 years ago
Hello,

Adding "-protocol https" to the command line seems to fix the SSL issue.

Original comment by carl...@gmail.com on 19 Oct 2011 at 8:57

GoogleCodeExporter commented 9 years ago
Thanks Carl, that fix worked :)

Original comment by rahuld...@gmail.com on 20 Oct 2011 at 4:59

GoogleCodeExporter commented 9 years ago
Cheers Carl!

Original comment by zerfiri...@gmail.com on 27 Oct 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Thank you Carl, seems to be a carbon based error and a case of non-RTFM. Thank 
you!

Original comment by jolyon.a...@gmail.com on 6 Nov 2011 at 6:00

GoogleCodeExporter commented 9 years ago
use parameter --protocol https

Original comment by cdu...@olaneo.fr on 7 Dec 2011 at 2:52