This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var TINYPNG_API_KEY = "YOUR-TINYPNG-API-KEY"; | |
var UPLOAD_TEST_FILE_ID = "GOOGLE-DRIVE-IMAGE-TEST-FILE-ID"; | |
var TINYPNG_API_BASE_URL = "https://api.tinify.com"; | |
var TINYPNG_API_UPLOAD_URL = TINYPNG_API_BASE_URL + "/shrink"; | |
function uploadImageToTinyPng(blob) { | |
Logger.log("Uploading image to TingPNG"); | |
var uploadParams = { |