You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the HTTPS Redirect library to construct a project with ESP32. But, I am facing a problem that the response body from Google Apps Script cannot be returned.
From the example shown, there should be a text return such as “Successfully wrote: Hello” on the serial monitor.
In my case, I have successfully posted the data on my Google Sheets, but I could not get any response body back from the Apps Script.
I was expecting the below output to be shown on the serial monitor.
Successfully wrote: Hello
In fact, I am getting the below output.
I have attached my source code and Google Script code in the zip file for any reference.
Hi,
I am currently using the HTTPS Redirect library to construct a project with ESP32. But, I am facing a problem that the response body from Google Apps Script cannot be returned.
From the example shown, there should be a text return such as “Successfully wrote: Hello” on the serial monitor.
In my case, I have successfully posted the data on my Google Sheets, but I could not get any response body back from the Apps Script.
I was expecting the below output to be shown on the serial monitor.
In fact, I am getting the below output.
I have attached my source code and Google Script code in the zip file for any reference.
SendDataToCloud.zip
Appreciate for any valuable ideas or response.
The text was updated successfully, but these errors were encountered: