Display product images in your portal by linking a Google Drive folder to your catalog tab.
Catalog tabs can display images stored in a Google Drive folder. You don’t host images on eg2 — eg2 reads them from your Drive folder on each sync and makes them available in the portal.
Your spreadsheet has a column where each cell contains a filename (e.g. chair-blue.jpg). You configure that column as an image column in the portal editor and point it to the Google Drive folder where your image files live. On every sync, eg2 downloads each referenced image from Drive and serves it securely to authenticated customers.
https://drive.google.com/drive/folders/YOUR_FOLDER_ID
In your spreadsheet, add a column where each row contains the filename of that item’s image:
| Product | Image |
|---|---|
| Blue Chair | chair-blue.jpg |
| Red Table | table-red.jpg |
The filename must match the actual file in your Drive folder exactly. Do not include the folder path — only the filename.
Subfolder prefix (optional): If images for different tabs are organized into subfolders within a single parent folder, you can prefix the filename with the subfolder name:
Chair_Images/chair-blue.jpg
eg2 strips the prefix and looks inside that subfolder automatically.
After saving, your images will be downloaded during the next sync. Image sync may take a little longer than usual, depending on the number of images.
A catalog card can display multiple images. Configure a second (or third) column the same way — each pointing to its own Drive folder ID. In the lightbox viewer, customers can navigate between images using the arrow controls.
← All Guides