twitter-rss-google-apps-script icon indicating copy to clipboard operation
twitter-rss-google-apps-script copied to clipboard

Cannot find method setMimeType

Open MitchellMcKenna opened this issue 2 years ago • 0 comments

Script fails:

Cannot find method setMimeType((class)). (line 111, file "twitter_rss"

Solution: Replace

.setMimeType(ContentService.MimeType.RSS);

with:

.setMimeType(ContentService.MimeType.TEXT);

MitchellMcKenna avatar Feb 02 '23 23:02 MitchellMcKenna