0
votes

I am using a Google API that wants files to be in Google Cloud Storage. However I have my files in Google Drive. Is there any known way to convert Google Drive URI:s to Google Cloud Storage URI:s?

2

2 Answers

3
votes

There's no way to do what you're asking, because Drive and GCS have separate APIs. You would need to copy files from Drive to GCS (using each system's API) and use the GCS URI.

1
votes

There is currently no way around this, unless you can file a feature request for Google through https://cloud.google.com/support/docs/issue-trackers.