Google drive on Azure without GCP

Tony Minozi 0 Reputation points
2024-07-21T12:18:22.7166667+00:00

Hello, I'm wondering what options I have to transfer Google Drive data to Azure without GCP access. I found that the Google Drive API and Google Storage API require a Google Cloud account. What other options do I have to securely connect to and transfer confidential data from Google Drive to Azure? The main purpose is to do RAG on this data in Azure open ai. Would someone be able to help, please? Kind regards

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,139 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 56,361 Reputation points
    2024-07-21T14:21:44.6333333+00:00

    Hi Tony,

    I'd recommend exporting Google Drive data and uploading to Azure Blob Storage:

    Export Google Drive Data Using Google Takeout

    1. Go to Google Takeout (https://takeout.google.com/settings/takeout?pli=1)
    2. Select Google Drive from the list of available data to export.

    Upload the Exported Data to Azure Blob Storage

    1. Download and install Azure Storage Explorer if you haven’t already. (https://learn.microsoft.com/en-us/azure/storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer?tabs=windows)
    2. Open Azure Storage Explorer and connect to your Azure account.
    3. Navigate to the Blob Storage section and select the container where you want to upload your data.
    4. Click on the Upload button and choose Files from the dropdown menu.
    5. Browse to the location of the Google Takeout archive file on your local system and select it for upload.

    Hopefully this helps!


    If this is helpful please accept as answer or upvote.

    Best regards,

    Dillon Silzer, Director | Cloudaen.com | Cloudaen Computing Solutions

    0 comments No comments