Cesium to Unreal URL

Yesterday everything was still going great, today I tried it again and it no longer works .I created a new project, a new API enabled it, and even a new Account, and tried again but it no longer works, when I put the address and the API key in the URL I get only those two lines…
LogCesium: Loading tileset from URL https://tile.googleapis.com/v1/3dtiles/root.json?key=
LogCesium: Loading tileset from URL https://tile.googleapis.com/v1/3dtiles/root.json?key=.....done

Perhaps you’ve used or are using a Remote Desktop solution, and so Unreal has “helpfully” disabled real-time mode?

No i don’t.That is not the case

Ok, we’ll need more information to help figure this out, then. I’d start with the Cesium for Unreal Samples project. Do tilesets show up in that project? Particularly, do they show up in the Google level?

Yes, they’re showing up, and the connection with ion.cesium.com also works.

Now i get this…
LogCesium: Loading tileset from URL https://tile.googleapis.com/v1/3dtiles/root.json?key=
LogCesium: Loading tileset from URL https://tile.googleapis.com/v1/3dtiles/root.json?key=… done
LogCesium: Error: [2023-06-13 05:27:43.643] [error] [ErrorList.h:72] Errors when loading tileset:

…and as already said Map Tiles API is enabled!

Try pasting the entire URL that you’re giving to Cesium into your web browser. If it doesn’t load there (you should see some JSON), the URL is wrong, or your network is blocking the request, or the Google API somehow hasn’t been fully enabled yet.

By the way, I’m assuming there’s a key after the key= in the log message, and that you’ve just removed it from your post. If not, you’ll definitely need to add the key to the URL field.

You’re correct with your assumption. That’s what the web browser spat out…
{
“error”: {
“code”: 404,
“message”: “Requested entity was not found.”,
“errors”: [
{
“message”: “Requested entity was not found.”,
“domain”: “global”,
“reason”: “notFound”
}
],
“status”: “NOT_FOUND”
}
}

When I first tried it out, everything worked well.

Well I’m not sure what has changed, but I think it’s almost certainly something on the Google side. I’d suggest signing back into the Google Cloud Platform console and make sure the Map Tiles API is enabled, and that your API key is set up to use it. If that doesn’t help, you may need to reach out to Google.