Function dropbox_sdk::check::user
source · [−]pub fn user(
client: &impl UserAuthClient,
arg: &EchoArg
) -> Result<Result<EchoResult, NoError>>Available on crate features
dbx_check and unstable only.Expand description
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.
Stability
PREVIEW: This function may change or disappear without notice.