sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
514 stars 91 forks source link

requesttoken and accesstoken "crash" #80

Open lexoyo opened 9 years ago

lexoyo commented 9 years ago

Hello

I have dbox in use on a production server (http://www.silex.me/silex/) and something like 2 times a day, the server seems to be down, because the calls to requesttoken and accesstoken never come back (do not call the callback at all)

I use it like this

dboxapp.accesstoken(request.session.dropbox_request_token, function(status, access_token){
   ... it stops calling this ...

Have you had this problem before?

Thank you in advance for you answer and the great lib :)

lexoyo commented 9 years ago

bump