Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
zmettin
4 years agoExplorer | Level 3
Cloud credentials / validate log in
My first real stumper of an issue.
Dropbox cloud credentials were working until today.
error code for cloud credentials :
Code:
Error: 2021/12/29 11:03:13 ERROR : : error listing: Post "https://api.dropboxapi.com/2/files/list_folder": dial tcp: lookup api.dropboxapi.com on 192.168.1.1:53: read udp 192.168.1.169:40543->192.168.1.1:53: read: connection refused
2021/12/29 11:03:13 Failed to lsjson with 2 errors: last error was: error in ListJSON: Post "https://api.dropboxapi.com/2/files/list_folder": dial tcp: lookup api.dropboxapi.com on 192.168.1.1:53: read udp 192.168.1.169:40543->192.168.1.1:53: read: connection refused
Dropbox cloud credentials were working until today.
error code for cloud credentials :
Code:
Error: 2021/12/29 11:03:13 ERROR : : error listing: Post "https://api.dropboxapi.com/2/files/list_folder": dial tcp: lookup api.dropboxapi.com on 192.168.1.1:53: read udp 192.168.1.169:40543->192.168.1.1:53: read: connection refused
2021/12/29 11:03:13 Failed to lsjson with 2 errors: last error was: error in ListJSON: Post "https://api.dropboxapi.com/2/files/list_folder": dial tcp: lookup api.dropboxapi.com on 192.168.1.1:53: read udp 192.168.1.169:40543->192.168.1.1:53: read: connection refused
This doesn't appear to be error output from the Dropbox API itself. It looks like your client wasn't able to successfully resolve the Dropbox API hostname in the first place (for reference, it is resolving correctly for me). That is, it looks like your client is attempting a DNS lookup using your DNS server at 192.168.1.1 (presumably your router) on port 53 (which is used for DNS), but that connection itself was refused. Unfortunately that's out of our control, so I can't offer much help with that. You'll need to troubleshoot your DNS server/router.
4 Replies
Replies have been turned off for this discussion
- zmettin4 years agoExplorer | Level 3If it helps.
This is happening with a Truenas Mini XL3+
This function was working up till November 27th 2021. It is no longer working and throwing this same error code. - Mark4 years ago
Super User II
Is this from a third party piece of software? I.e. not one you wrote?
- Greg-DB4 years ago
Dropbox Community Moderator
This doesn't appear to be error output from the Dropbox API itself. It looks like your client wasn't able to successfully resolve the Dropbox API hostname in the first place (for reference, it is resolving correctly for me). That is, it looks like your client is attempting a DNS lookup using your DNS server at 192.168.1.1 (presumably your router) on port 53 (which is used for DNS), but that connection itself was refused. Unfortunately that's out of our control, so I can't offer much help with that. You'll need to troubleshoot your DNS server/router.
- zmettin4 years agoExplorer | Level 3That pointed me in the right direction to solved this. Thank you.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!