This template is meant to be used like so:
`nuclei -t token-spray/api-google-drive.yaml -var token=google_api_key -var referer=https://www.hostname_where_google_api_key_was_found.com`
The way the template was edited to include `Referer: {{BaseURL}}` won't work because it adds `Referer: www.googleapis.com` which results in an ipRefererBlocked error from Google.
If you can't define the referer, this template is useless and should be deleted. So please accept this change back to my original vision of this template. Thank you.