Advertisement
Guest User

Untitled

a guest
May 10th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "dropbox_ul.py", line 6, in <module>
  3. response = client.put_file('/magnum-opus.txt', f)
  4. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox-1.4-py2.7.egg/dropbox/client.py", line 149, in put_file
  5. return RESTClient.PUT(url, file_obj, headers)
  6. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox-1.4-py2.7.egg/dropbox/rest.py", line 146, in PUT
  7. return cls.request("PUT", url, body=body, headers=headers, raw_response=raw_response)
  8. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dropbox-1.4-py2.7.egg/dropbox/rest.py", line 113, in request
  9. raise ErrorResponse(r)
  10. dropbox.rest.ErrorResponse: [401] 'Authentication failed'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement