The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
var authHeader = "Basic " + Utilities.base64Encode(wordpressUsername + ":" + wordpressPassword); I am getting error at "Utilities" saying"Cannot find name 'Utilities'" . I need to send post to wordpress using it's rest api and Utilities is require...
Thanks , I already tried and it worked but now as I am using wordpress rest api and tring to Post the blog getting 401 error , as code is all correct donot know what is reason , credentials and endpoints etc all are correct because this was working f...
Hi , i am getting same error this code was running perfectly in Google App script but giving error at "Utilities" async function uploadMediaAndAssociateWithPost(free) {
var wordpressUrl = "";
var wordpressUsername = "";
var wordpressPassword =...