pub fn get_shared_links(
client: &impl UserAuthClient,
arg: &GetSharedLinksArg,
) -> Result<GetSharedLinksResult, Error<GetSharedLinksError>>
👎Deprecated: replaced by list_shared_links
Available on crate features
sync_routes
and dbx_sharing
only.Expand description
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.