When trying to asset the place directly, i get the same error
https://assetdelivery.roblox.com/v2/assetId/16541340872
this happens on both v1/v2
{“errors”:[{“code”:409,“message”:“User is not authorized to access Asset.”}],“requestId”:“638797187586201540”,“IsHashDynamic”:false,“IsCopyrightProtected”:false,“isArchived”:false,“assetTypeId”:0}
{“errors”:[{“code”:0,“message”:“User is not authorized to access Asset.”}]}
these errors can be seen in my studio logs
2025-04-08T14:15:19.518Z,12.518865,6eacb000,6 [telemetryLog] ParallelDmTaskNames: RegisterCommandDataBridge;SoundJobManager-PreLoading;Package;PublishMediator-setupSignals;
2025-04-08T14:15:19.518Z,12.518867,6eacb000,6 [telemetryLog] PlaceSessionId: PlaceSessionScope:'cdbc5e8d-0eab-4958-bc30-95893f35ae3e-16541340872'
2025-04-08T14:15:19.518Z,12.518869,6eacb000,6 [telemetryLog] PerStateTraceId: 476d9adb-c00d-4721-a0d3-6afd45b71b53
2025-04-08T14:15:19.518Z,12.518871,6eacb000,6 [telemetryLog] WorkflowTraceId: 599bbdb8-0a1b-4089-b197-6169d77bd5d9
2025-04-08T14:15:19.518Z,12.518873,6eacb000,6 [telemetryLog] AllDmTasksSuccess: true
2025-04-08T14:15:19.518Z,12.518876,6eacb000,6 [telemetryLog] 'OpenPlaceDataModelTaskTelemetry' fields logging ends.
2025-04-08T14:15:19.520Z,12.520020,6ebd7000,6 [FLog::Output] Info: DataModel Loading https://assetdelivery.roblox.com/v1/asset/?id=16541340872
2025-04-08T14:15:19.533Z,12.533674,6f113000,6 [FLog::StudioDebuggerV2] DebuggerConnection(0x378850a10): Service provider changed (old 0x0, new 0x1420a35b0)
2025-04-08T14:15:19.533Z,12.533769,6f113000,6 [FLog::StudioDebuggerV2] DAPClient: Invoking method: setExceptionBreakpoints
2025-04-08T14:15:19.533Z,12.533827,6f113000,6 [FLog::StudioDebuggerV2] DAPClient: Invoking method: continue
2025-04-08T14:15:19.639Z,12.639690,6e1df000,12 [DFLog::HttpTraceError] HttpResponse(#127 0x318638220) time:139.9ms (net:139.9ms callback:0.0ms timeInRetryQueue:0.0ms)status:403 Forbidden bodySize:91 url:{ "https://apis.roblox.com/user-heartbeats-api/action-report" } ip:XXX external:0 numberOfTimesRetried:0
2025-04-08T14:15:19.639Z,12.639704,6f32b000,6,Error [FLog::UserHeartbeats] HTTP Request user-heartbeats-api/action-report failed: {"sessionId":"0f52601c-cf73-4336-8d29-173d345f362e","status":403,"message":"Unauthorized."}
2025-04-08T14:15:19.852Z,12.852022,6e0c7000,12 [DFLog::HttpTraceError] HttpResponse(#129 0x356673a20) time:331.6ms (net:331.5ms callback:0.0ms timeInRetryQueue:0.0ms)status:409 Conflict bodySize:75 url:{ "https://assetdelivery.roblox.com/v1/asset/?id=16541340872" } ip:XXX external:0 numberOfTimesRetried:0```