Skip to content

Commit

Permalink
Add specifics for files stored in Google Drive (#19292)
Browse files Browse the repository at this point in the history
The URL for Google Drive cannot be the URL used for sharing and must be reformatted to work
  • Loading branch information
tybernstein authored Nov 10, 2022
1 parent 6b92151 commit 524e274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/sources/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Setup through Airbyte Cloud will be exactly the same as the open-source setup, e

#### Provider Specific Information

* In case of Google Drive, it is necesary to use the Download URL, the format for that is `https://drive.google.com/uc?export=download&id=[DRIVE_FILE_ID]` where `[DRIVE_FILE_ID]` is the string found in the Share URL here `https://drive.google.com/file/d/[DRIVE_FILE_ID]/view?usp=sharing`
* In case of GCS, it is necessary to provide the content of the service account keyfile to access private buckets. See settings of [BigQuery Destination](../destinations/bigquery.md)
* In case of AWS S3, the pair of `aws_access_key_id` and `aws_secret_access_key` is necessary to access private S3 buckets.
* In case of AzBlob, it is necessary to provide the `storage_account` in which the blob you want to access resides. Either `sas_token` [(info)](https://docs.microsoft.com/en-us/azure/storage/blobs/sas-service-create?tabs=dotnet) or `shared_key` [(info)](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal) is necessary to access private blobs.
Expand Down

0 comments on commit 524e274

Please sign in to comment.