Enabling CORS
How to enable Cross-Origin Resource Sharing in your GCS account.
Enabling CORS in GCS for Data Visualization
[
{
"origin": ["https://app.activeloop.ai"],
"method": ["GET", "HEAD"],
"responseHeader": ["*"],
"maxAgeSeconds": 3600
}
]Last updated
Was this helpful?