You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure to get credentials
com.amazonaws.services.cognitoidentity.model.NotAuthorizedException: Unauthenticated access is not supported for this identity pool. (Service: AmazonCognitoIdentity; Status Code: 400; Error Code: NotAuthorizedException; Request ID: xxxxx)
I also added different permissions to the IAM role like AWSIoTFullAccess, AWSIoTThingsRegistration, and test custom policy:
I have also check Cognito -> user pool -> user access and the role has been applied there. However, the error persists. Do you know how I should solve the error?
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Hi,
Hope you are all well.
I want to create thing via android kotlin.
Kotlin Code:
However, I receive error:
I also added different permissions to the IAM role like
AWSIoTFullAccess
,AWSIoTThingsRegistration
, and test custom policy:I have also check
Cognito -> user pool -> user access
and the role has been applied there. However, the error persists. Do you know how I should solve the error?dependencies:
Thank you.
The text was updated successfully, but these errors were encountered: