Skip to content
Discussion options

You must be logged in to vote

Hello!

Thank you for using the app.

Here are answers to your specific questions:

  1. Yes, the Local Server API uses the same JSON format and Basic Authentication as the Cloud API. The request structure you're using should be identical for both endpoints.

  2. There are no known incompatibilities between UrlFetchApp and local server endpoints that would cause 400 Bad Request errors specifically.

  3. Your Google Apps Script code appears correct. The problem isn't with the script itself, but with network accessibility.

Google Apps Script runs on Google's servers in their cloud infrastructure, not on your local machine. When your script tries to connect to http://192.168.0.21:8080, it's attempting…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mihvel
Comment options

Answer selected by mihvel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants