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
Hello, I found your repository and am interested in using it as learning material for my studies at university. I would like to explore it further for this project as I am intrigued by the concept of the application you have created. If you don't mind, I would like to ask for your assistance with this project that I am working on in Android Studio. I am encountering an authorization error even though I have configured the API in Google Cloud and set up keyless authorization. However, I am still experiencing an authorization error when trying to host the AR Anchor to the cloud. Here are the details of the error I am encountering:
Hello, I found your repository and am interested in using it as learning material for my studies at university. I would like to explore it further for this project as I am intrigued by the concept of the application you have created. If you don't mind, I would like to ask for your assistance with this project that I am working on in Android Studio. I am encountering an authorization error even though I have configured the API in Google Cloud and set up keyless authorization. However, I am still experiencing an authorization error when trying to host the AR Anchor to the cloud. Here are the details of the error I am encountering:
ArMappingFragment.kt
This is the part of the code
private fun hostCloudAnchor() { ... anchorNode.hostCloudAnchor(365) { anchor: Anchor, success: Boolean -> ... } ... }
The success returns false and the anchor.cloudAnchorState returns ERROR_NOT_AUTHORIZED
This is my Keyless auth setting on google cloud
This is the error message on the running app
The text was updated successfully, but these errors were encountered: