File size: 652 Bytes
f669ed4
d8bbcde
f669ed4
eb5ea89
f669ed4
eb5ea89
f669ed4
 
 
 
eb5ea89
f669ed4
eb5ea89
f669ed4
 
 
 
 
 
 
 
 
 
 
 
 
 
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. The tests will verify that the script saves the image correctly