File size: 635 Bytes
0c58c5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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

1. Create a new Google Apps Script project
2. Install the required packages using `npm install`
3. Set up the Line API and Google Drive API credentials
4. Deploy the script to Google Apps Script

## Usage

1. Send a POST request to the script with the Line image data
2. The script will save the image to Google Drive

## Testing

1. Run the tests using `npm run test`
2. Verify that the image is saved to Google Drive