I have been trying to use a csv of FCC data I uploaded to Google Drive in BigQuery. I cant seem to get the URI from the file in Drive, to work when creating a table.
The instructions here https://cloud.google.com/bigquery/external-data-drive say to get a shareable link, which should be in the following format, https://drive.google.com/open?id=file_id
Yet when I get a shareable link, the format is different, with the string following d/ throwing an error message in BigQuery. https://drive.google.com/file/d/1hU3wcNn4jw2U4XApMoujDUGgGpzzVeTU/view?usp=sharing
Any idea what is going wrong? I can't figure out how to get a working URI for this file, any help or advice would be appreciated!
UPDATEThe Bigquery team has taken this issue on as a bug, and is tracking it under https://issuetracker.google.com/issues/164914622