|
# 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. |