Unable to get shared link information in LinkPermissions in Java SDK
I have shared some files in Dropbox Business. I am using Dropbox Java SDK to get shared link information using SharedLinkMetadata -> LinkPermissions . I want to get the LinkAudience of a shared file link (public, team, password_protected, invited etc) AND its AccessLevel (viewer or editor) which are present inside…