Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
I am creating an app that uses a lib (rclone) to sync files from the dropbox api. But I eould like to test if the api is available (mostly this will be affected by wether an internet connection is present) before I start up rclone and direct the user to that interface.
Is there some url I could direct a request to in order to check if the api is alive and my software has internet access?
Preferably without having to autheticate against the api since this is handled by rclone and I would need it for this check.
Dropbox doesn't offer a URL for checking the status like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
That being the case, you may want to just use a normal Dropbox API call, e.g., /2/users/get_current_account, but ignore any API auth error.
Dropbox doesn't offer a URL for checking the status like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
That being the case, you may want to just use a normal Dropbox API call, e.g., /2/users/get_current_account, but ignore any API auth error.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
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!