|
# Google Apps Script Project |
|
|
|
This project retrieves data from a line, downloads image data from a blog, and saves it to Google Drive. |
|
|
|
## Requirements |
|
|
|
* Google Apps Script |
|
* Google Drive API |
|
* Blog API (assuming a custom API) |
|
|
|
## Setup |
|
|
|
1. Create a new Google Apps Script project |
|
2. Enable the Google Drive API |
|
3. Install the required libraries (see `package.json`) |
|
4. Set up the Blog API credentials |
|
|
|
## Usage |
|
|
|
1. Run the `script.js` file to execute the script |
|
2. The script will retrieve data from the line, download image data from the blog, and save it to Google Drive |