You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Lynge's avatar
Lynge
Explorer | Level 3
6 years ago

api status endpoint

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.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    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.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,910 PostsLatest Activity: 3 days ago
333 Following

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 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!