Spaces:
Running
on
Zero
Running
on
Zero
File size: 648 Bytes
c4a9a21 d8bbcde c4a9a21 eb5ea89 f669ed4 eb5ea89 f669ed4 c4a9a21 eb5ea89 c4a9a21 eb5ea89 c4a9a21 f669ed4 c4a9a21 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# 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
1. Create a new Google Apps Script project.
2. Create a new Google Sheets document and add the data to be retrieved.
3. Create a new Google Drive folder to save the images.
4. Install the required dependencies using npm.
5. Run the script using the `retrieveDataFromLine` function.
## Testing
1. Create a new Jupyter Notebook and add the test code.
2. Run the test code to verify that the images are saved to Google Drive. |