What is the quata limit for FinanceApp.getStockInfo(symbol)? When the service will resume?
相关问题
- How can I force all files in a folder to be owned
- Google Apps Script: testing doPost() with cURL
- Google Apps Script to turn in, grade, and return a
- Script fails on SpreadsheetApp.openById - Requires
- Split Lines and Bold Text within a ui.alert Window
相关文章
- How to allow access for importrange function via a
- Google app script trigger not working
- Set Date/Time to 00:00:00
- indexOf returning -1 despite object being in the a
- How can my Google Apps Script be run by others the
- How to stop execution of Google Apps Script?
- Profiling the Performance of a Google App Script
- String starts with in Google Script
Due to informational use only character of FinanceApp, Google allows only short running scripts (5 minutes each day).
You should be able to run your script again after 24 hours
Found it on google here:
https://docs.google.com/macros/dashboard
https://code.google.com/p/google-apps-script-issues/issues/detail?id=157#hc7
Some useful information about terms of using this App can be also found here:
http://www.google.com/googlefinance/disclaimer#disclaimers