In AWS Amplify's Storage Documentation, there's a section on how to get other users' objects...
Storage.get('test.txt', {
level: 'protected',
identityId: 'xxxxxxx' // the identityId of that user
})
Where can I get the identityId of another user?
I can only query for the Cognito User Pool Id of users. Is there a way to map the User Pool Id to the Identity Id?