How To Connect Google Drive as a Source

How to fetch a file from Google Drive: file or folder link, file-name mask, public access, token, access check, and working file acquisition.

Google Drive is used when the input export is stored in Drive as a file or inside a Drive folder: XML, CSV, JSON, XLS, XLSX, ZIP, or another supported format.

If the data is maintained directly in Google Sheets, use the separate Google Sheets source. Google Drive is for files in Drive; for a folder, Eofferix selects the matching file by name mask.

Google Drive source settings in Eofferix
The red frame marks the link, file-name mask, and access token.

Fields

  • File or folder link is the view/download link to a specific file or a Google Drive folder link.
  • File-name mask is used for a folder. * means any sequence of characters, ? means one character. Multiple masks can be separated with commas, for example *.xml, price_*.xlsx. If the field is empty, Eofferix takes the newest suitable file.
  • Access token is needed for a private file and required for a folder: without a token, Google Drive does not provide the folder file list to the service.
  • For a public file, enable “anyone with the link” with viewer permission in Google Drive.

Mask Examples

MaskMatchesDoes Not Match
*.xmlprice.xml, catalog-2026.xmlprice.xlsx
price_*.xlsxprice_june.xlsx, price_2026_06.xlsxstock_2026.xlsx
file-?.csvfile-1.csv, file-a.csvfile-12.csv
stock_??.jsonstock_ru.json, stock_01.jsonstock_rus.json

Check And Get The File

Click Check access to verify that the file is reachable. For a folder, the check first selects a file by the mask. Then click Get file: Eofferix downloads the current version and saves it as the source working file. After that, select this source in an interpreter profile or a consolidated catalog import scenario.