Top "Urlfetch" questions

Use in addition to tags Google App Engine / Google Apps Script.

A very simple multithreading parallel URL fetching (without queue)

I spent a whole day looking for the simplest possible multithreaded URL fetcher in Python, but most scripts I found …

python multithreading callback python-multithreading urlfetch
Anonymous caller does not have storage.objects.get

On Google App Engine (GAE) written in Python. I am trying to issue an http post to cloud-speech-to-text api and …

google-app-engine google-cloud-platform http-headers google-cloud-storage urlfetch
How to use UrlFetchApp with credentials? Google Scripts

I am trying to use Google Scripts UrlFetchApp to access a website with a basic username and password. As soon …

authentication google-apps-script basic-authentication credentials urlfetch
How to catch UrlFetchApp.fetch exception

Is there any way to catch the exception from UrlFetchApp.fetch? I thought I can use response.getResponseCode() to check …

google-apps-script urlfetch
How to grab data using fetch() API POST method in PHP?

I am trying to use fetch() API POST method in order to grab the POST data in PHP. Here is …

fetch urlfetch fetch-api
Google apps script urlfetch encoding URL

I would like to use urlfetch to populate a spreadsheet with page data but the URL that I am trying …

google-apps-script urlfetch
How to send a JSON payload with UrlFetchApp service?

I'm trying to POST to a web service that is expecting to get JSON as payload using Google Apps Script. …

json google-apps-script urlfetch
GAE - AppEngine - DeadlineExceededError: Deadline exceeded while waiting for HTTP response from URL:

I have a Google AppEngine application which runs great on my local machine. The app posts a image (from a …

python google-app-engine urlfetch
google apps script ==> UrlFetchApp, method GET and cookie

I use the UrlFetchApp to send the user and pwd (method POST). After get the cookie, and use in other …

cookies google-apps-script urlfetch
Replacing CURL with urlfetch in PHP

I'm creating an application for Google App engine, where CURL isn't allowed. As far as I know, urlFetch is the …

php google-app-engine curl urlfetch