Discussions
Import JSON Google Apps Script Metadata Limit
over 4 years ago by Adam
Hello,
I am using a slightly modified version of this script: https://gist.github.com/paulgambill/cacd19da95a1421d3164
by paulgambill. The modification is the addition of
basic authentication added to the url.
I have 2 problems. The first is that while the code and my formula work, they only pull up to 100 pieces of metadata, out of hundreds. The second issue may be related, but I am not sure where to add the x-system keys I was provided when I registered.
The url has limit set as such "limit=1000" but will only go up to 100.
Any assistance to be able to get all the requests in my list at once would be greatly appreciated.
Thanks in Advance