robin850/carrierwave-dropbox

Debugging DropboxError (Forbidden)

axhamre opened this issue · 3 comments

I don't know where I may have done something wrong, but despite following the installation instructions I get a "DropboxError (Forbidden)" when trying to upload image to Dropbox.

I have laid out my taken steps here on Stackoverflow: http://stackoverflow.com/questions/20886506/how-to-debug-dropboxerror-forbidden

Any hint on where and how I should start debugging this would be much appreciated! :)

@hundsim : Is your problem solved ? We can reopen if it's not the case. Thanks for reporting anyway!

Didn't see your message until now. Thanks for checking out if everything is OK, and yes I sorted things out eventually. I have another questions though:

Is there any "presence" method to check if there's a connection to Dropbox and that the file exists, to prevent the app to crash?

No problem! :-)

Actually this is not yet possible to access the current connection to a Dropbox but I guess that this would be useful. The commit ecc7fd7 should solve your problem. By the way, 1.2.0 has been released with this fix.

Thank you! ❤️