Spaces:
Running
on
Zero
Running
on
Zero
File size: 574 Bytes
5a32ee0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# 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 |