Aggiornamento per il nostro Platinum servizio e cerchiamo di costruire il tuo bot per voi
Self, AIML, and scripting

Max size of a string I can get from a Http.requestText request?

da amilsalis postato Nov 22 2019, 19:50

Hello o/

Could you give me a hand again?

What is the max size of a string that I can get from a Http.requestText request? It is truncating.

Code:

function searchGoogle(){

    text = (Http.requestText("https://script.google.com/macros/s/AmfycKwbrtui2_R9Ms-T0RdL4sQpz8QaHO7irSdggYls7GD3UV1ZS5Q/exec?param1=" + Utils.encode(star)));

}

Obs: i've changed the string of the google sheet Im accessing above because the forum is public, but it works fine, it's just truncating.

THank you very much in advance!

Silas


by admin posted Nov 24 2019, 7:50
The max size of a String literal in Self is 1k.
If the response is XML or JSON you can call requestXML() or requestJSON() and the value will be parsed, so each element can be 1k (so you could split the result into 1k XML elements if you can change the web service).

Thumbs up: 1, thumbs down: 0, stars: 5.0
Views: 2316, today: 0, week: 4, month: 13

by amilsalis posted Nov 24 2019, 9:15
Thank you ! I will check it out in that direction.

Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 2316, today: 2, week: 6, month: 11

Id: 30373162
Tag: self
Postato: Nov 22 2019, 19:50
Risposte: 2
Vista: 2315, oggi: 1, settimana: 2, mese: 8
0 0 0.0/5