Function dropbox_sdk::sharing::get_shared_links [−][src]
pub fn get_shared_links(
client: &impl UserAuthClient,
arg: &GetSharedLinksArg
) -> Result<Result<GetSharedLinksResult, GetSharedLinksError>>
👎 Deprecated:
replaced by list_shared_links
This is supported on crate feature
dbx_sharing only.Returns a list of LinkMetadata objects for this user, including collection
links. If no path is given, returns a list of all shared links for the current user, including
collection links, up to a maximum of 1000 links. If a non-empty path is given, returns a list of
all shared links that allow access to the given path. Collection links are never returned in
this case. Note that the url field in the response is never the shortened URL.