Create a post in Blogger with Google Apps Script
问题 So far I haven't found a good code to create posts in Blogger with Google Script. In the API Console I got the following credentials: Client ID Client Secret API key Also, libraries were added to the Google Script: OAuth2 library → MswhXl8fVhTFUH_Q3UOJbXvxhMjh3Sh48 Blogger library → M2CuWgtxF1cPLI9mdRG5_9sh00DPSBbB3 I tried some codes, and this is the current one: function create_post_blog_2() { //<script src="https://apis.google.com/js/api.js"></script> //<script> /** * Sample JavaScript