Hi All,
In a java application im string to extract all the ACL informaiton of each file on a bussiness account, im using an app registered by the Team Admin, with "Team Member File Access".
Is there a way of getting a file's members only using the Team Admin?
I tryed this way, but it fails with a namespace exception (the namespace used its a TEAM_MEMBER_FOLDER)
SharedFileMembers result_file = client.asAdmin(adminTeamMemberId).withPathRoot(PathRoot.namespaceId(namespace.getNamespaceId())).sharing().listFileMembersBuilder(((FileMetadata)metadata).getId()).withIncludeInherited(true).start();
Thanks for any help you could provide