diff --git a/MEMORY.md b/MEMORY.md index 08be64c..3e78551 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -37,6 +37,8 @@ This project (`product_inventory`) integrates Google Sheets with Shopify. It ser - **Google Photos Picker**: - The `baseUrl` returned by the Picker API is hidden inside `mediaFile.baseUrl` (not top-level). - Downloading this URL requires an **Authorization header** with the script's OAuth token, or it returns 403. - - `DriveApp.createFile(blob)` is fragile with blobs from `UrlFetchApp`. We use a 2-step fallback: 1. Sanitize with `Utilities.newBlob()`. 2. Fallback to **Advanced Drive Service** (`Drive.Files.create` / `v3`) if standard creation fails. +- **Video Previews**: + - HTML5 `