Spaces:
Running
on
Zero
Running
on
Zero
Google Apps Script Line Image Saver
This project saves images from Line to Google Drive using Google Apps Script.
Requirements
- Google Apps Script
- TypeScript
- Line API
- Google Drive API
Installation
- Create a new Google Apps Script project
- Install the required packages using
npm install
- Set up the Line API and Google Drive API credentials
- Deploy the script to Google Apps Script
Usage
- Send a POST request to the script with the Line image data
- The script will save the image to Google Drive
Testing
- Run the tests using
npm run test
- The tests will verify that the script saves the image correctly