Getting Error after some days of using cesium

LogCesiumEditor: Warning: Authorizing the project’s default Cesium ion token to access the following asset IDs: 2275207
LogEditor: Attempting to add actor of class ‘Cesium3DTileset’ to level at 0.00,0.00,0.00
LogCesium: Loading tileset for asset ID 0
LogCesium: Loading tileset for asset ID 0 done
LogCesium: Loading tileset for asset ID 2275207
LogCesium: Loading tileset for asset ID 2275207 done
LogCesium: Error: [2025-02-06 09:17:26.916] [error] [ErrorList.h:88] Errors when loading tileset:

  • Received status code 429 for tile content https://tile.googleapis.com/v1/3dtiles/root.json?key=
    LogEOSSDK: LogEOS: Updating Product SDK Config, Time: 320.083862
    LogEOSSDK: LogEOS: SDK Config Product Update Request Completed - No Change
    LogEOSSDK: LogEOS: ScheduleNextSDKConfigDataUpdate - Time: 320.435364, Update Interval: 311.026947

I am Getting this error after some days of using cesium google map tilesets and its occurring simultaneously

What you could have seen a couple hours ago, is that we hit our Google 3D tiles quota for the day with about 2 hours left, we’re looking into what the cause for this was and will be addressing it. The quota has since reset and you should be able to stream Google 3D tiles once more.

Can i use my personal Map API

@Uday_Tople You should be able to use your personal API key by setting the tileset to “From Url” instead of “From Cesium ion” and specifying https://tile.googleapis.com/v1/3dtiles/root.json?key=YOUR_API_KEY as the URL (with your key in place of YOUR_API_KEY, of course!)