A coming feature for Google Cloud Storage will be the ability to specify a billing project id for requests to GCS. We need a way to pass this project id in igv.browser.loadTrack().
The specified field is the userProject query parameter.
For reference, support for this in the google-cloud-python library is described here:
and implemented here: