Google App Scripts
Learn how to configure Google App Scripts for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Google App Scripts for use with Filebase.
Last updated
Was this helpful?
Google Apps Script is a scripting language and development platform that allows users to extend and automate the functionality of various Google products, including Google Sheets, Google Docs, Google Forms, and more. It is a cloud-based platform, which means that developers can write and deploy code directly within their Google Drive or G Suite account.
Read below to learn how to use Google App Scripts with Filebase.
git clone https://github.com/jamongeon/s3-http-post-gs.git
main.js
file, replace the following variable values to match your configuration:npm install -g @google/clasp
clasp login
This command will require that you log into your Google account and authorize Google App Scripts.
clasp create --type standalone --title "S3 http post"
clasp push
clasp open
main.gs
file to run your script.This script is configured to use two example files to upload. Change these files to reflect what files you’d like to upload to Filebase.