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 LinkPermissions.
But Dropbox API is returning null values for those.
I am using dropbox-core-sdk v5.4.4. Also, have enabled all permissions in dropbox App settings as well.

Please help me.
Thanks a Lot !!