Handle file messages from LINE in one place. Incoming images, videos, or documents are saved into Google Drive and recorded in Google Sheets. A simple reply can confirm the upload back to the sender when enabled.
A webhook listens for LINE events and reads settings from a Google Sheet, including the parent folder, allowed file types, and whether to reply. The flow builds folder names by date and by file type based on flags, then searches Google Drive and creates any missing folders. It downloads the file from the LINE API, checks the MIME type, and renames it with the event timestamp before upload. A log entry adds the file name, type, time, and a Drive link. If replies are on, a message goes back to the user through LINE.
You will need a LINE Messaging API channel, Google Drive access, and a Google Sheet for the config. After setup, teams get structured storage, clear audit logs, and faster handling of customer files. This is useful for support teams receiving IDs, receipts, or claims, and for operations staff who collect media from the field. Expect fewer errors, less manual sorting, and quicker response times.