Uploading your viz

Now that your visualization code is written, Looker Studio needs to be able to access your resources. For Looker Studio to load a community visualization, all of your resources must be publicly available in a Google Cloud Storage bucket.

Create a bucket and upload files using either the web interface or the gsutil command-line tool.

If your visualization files are in your current working directory, you can use the following command to upload your files to your storage bucket.

gsutil cp -a public-read * gs://MY_GOOGLE_CLOUD_STORAGE_BUCKET

Next steps

Now that your visualization resources are uploaded, learn how to use your visualization in a Looker Studio report.