Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Convert Google Drive URI to Google Cloud Storage URI?

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?

 

 

0 1 717
1 REPLY 1

Hello,

If you can provide more details on what is the API you're using that would give me more context to identify a best fit solution.

With the information given I can tell, there is no direct transfer service between Google Drive and Cloud Storage, so I'm thinking on two possible workarounds.

  1.  Develop a transfer pipeline between Google Drive and Cloud Storage ( Dataflow, Dataproc, Custom Webservice )
  2. Attempt to fool the service with a URL's translator but this approach effectiveness depends on the API you're using and the use case.