Module check

Source
Available on crate features sync_routes and dbx_check only.

Structs§

EchoArg
Contains the arguments to be sent to the Dropbox servers.
EchoResult
EchoResult contains the result returned from the Dropbox servers.

Functions§

appunstable
This endpoint performs App Authentication, validating the supplied app key and secret, and returns the supplied string, to allow you to test your code and connection to the Dropbox API. It has no other effect. If you receive an HTTP 200 response with the supplied query, it indicates at least part of the Dropbox API infrastructure is working and that the app key and secret valid.
userunstable
This endpoint performs User Authentication, validating the supplied access token, and returns the supplied string, to allow you to test your code and connection to the Dropbox API. It has no other effect. If you receive an HTTP 200 response with the supplied query, it indicates at least part of the Dropbox API infrastructure is working and that the access token is valid.