Spaces:
Running
on
Zero
Running
on
Zero
Google Apps Script Image Downloader
This script retrieves data from a Google Sheets line, downloads images, and saves them to Google Drive.
Requirements
- Google Apps Script
- Google Sheets
- Google Drive
Setup
- Create a new Google Apps Script project.
- Create a new Google Sheets document and add the data to be retrieved.
- Create a new Google Drive folder to save the images.
- Install the required dependencies using npm.
- Run the script using the
retrieveDataFromLine
function.
Testing
- Create a new Jupyter Notebook and add the test code.
- Run the test code to verify that the images are saved to Google Drive.