news-catalyst / google-app-scripts

a collection of scripts for tinynews google docs add-ons
https://script.google.com/a/newscatalyst.org/d/1ILURq69o3cYUy6k1n1X6HwxdMfl9xWNhILYuZxgLfeblb3IR15WCMZSj/edit
1 stars 1 forks source link

Don't blindly assign all images the '.png' file extension #387

Closed jacqui closed 2 years ago

jacqui commented 2 years ago

Closes #386

Check the test doc using version 111 (test case already exists) in the script editor to review.

The article has been published and images display properly without the hardcoded '.png' extension.

Updated to use the Google Apps Script-supplied getContentType() function on blob data to determine the right file extension for each image when uploading to S3.