Advertisement
Guest User

duplicity with gdocs

a guest
May 31st, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/duplicity", line 1526, in <module>
  3. with_tempdir(main)
  4. File "/usr/bin/duplicity", line 1520, in with_tempdir
  5. fn()
  6. File "/usr/bin/duplicity", line 1361, in main
  7. action = commandline.ProcessCommandLine(sys.argv[1:])
  8. File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 1070, in ProcessCommandLine
  9. backup, local_pathname = set_backend(args[0], args[1])
  10. File "/usr/lib/python2.7/dist-packages/duplicity/commandline.py", line 961, in set_backend
  11. globals.backend = backend.get_backend(bend)
  12. File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 223, in get_backend
  13. obj = get_backend_object(url_string)
  14. File "/usr/lib/python2.7/dist-packages/duplicity/backend.py", line 209, in get_backend_object
  15. return factory(pu)
  16. File "/usr/lib/python2.7/dist-packages/duplicity/backends/gdocsbackend.py", line 54, in __init__
  17. self._authorize(parsed_url.username + '@' + parsed_url.hostname, self.get_password())
  18. File "/usr/lib/python2.7/dist-packages/duplicity/backends/gdocsbackend.py", line 134, in _authorize
  19. captcha_response=captcha_response)
  20. File "/usr/lib/python2.7/dist-packages/gdata/client.py", line 441, in client_login
  21. captcha_token=captcha_token, captcha_response=captcha_response)
  22. File "/usr/lib/python2.7/dist-packages/gdata/client.py", line 373, in request_client_login_token
  23. response, ClientLoginFailed, response_body)
  24. ClientLoginFailed: Server responded to ClientLogin request: 404, https://developers.google.com/accounts/docs/AuthForInstalledApps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement