Advertisement
Anaryl

Untitled

Sep 20th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "F:\Python27\FAUploader (Roaring-gorge)\Roaringgorge101", line 22, in <module>
  3. access_token = sess.obtain_access_token(request_token)
  4. File "build\bdist.win-amd64\egg\dropbox\session.py", line 205, in obtain_access_token
  5. response = self.rest_client.POST(url, headers=headers, params=params, raw_response=True)
  6. File "build\bdist.win-amd64\egg\dropbox\rest.py", line 260, in POST
  7. return cls.IMPL.POST(*n, **kw)
  8. File "build\bdist.win-amd64\egg\dropbox\rest.py", line 207, in POST
  9. post_params=params, headers=headers, raw_response=raw_response)
  10. File "build\bdist.win-amd64\egg\dropbox\rest.py", line 183, in request
  11. raise ErrorResponse(r)
  12. ErrorResponse: [401] u'Token is disabled or invalid'
  13. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement