arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

Error in geospatial sample :“Geospatial sample encountered an EarthState error: ErrorNotAuthorized”

Open BattlehubCode opened this issue 2 years ago • 1 comments

Hello, I'm using Android keyless authentication strategy, and everything works fine with the PersistentCloudAnchors example (I can create cloud anchor and then resolve it without problems). However, when I tried to run the Geospatial sample in the same project with the same settings, I get:"Geospatial sample encountered an EarthState error: ErrorNotAuthorized". What could be wrong?

BattlehubCode avatar Jun 12 '22 16:06 BattlehubCode

Make sure you've enabled the new ARCore API for your Google Cloud project. Previously you would have used ARCore Cloud Anchor API (Which would explain why Persistent Cloud Anchors worked but not Geospatial).

halfspacer avatar Jun 28 '22 09:06 halfspacer