I'm using this http://blog.fastfedora.com/projects/import-json script to import JSON feeds for various APIs.
I've run into the problem of exceeding the daily limit, which is 20,000 URLFetch calls + 100MB / day.
I'm not much of a programmer and have two questions:
- At what point does the API call happen and count towards that daily limit? If I paste the script's formula into 100 cells, will it instantly make 100 calls?
- Is there a way to monitor my usage? In terms of calls and data received?
Thanks!