Exception: Quota Error: User Rate Limit Exceeded
问题 I have a Apps Script where I Loop trough my Google Analytics Account till I get to a certain Profile. if (profileItems[i].getName() == "Dev Test" ) Than in another function (see bellow) I make the call to the Google Analytics API and always get the Exception thrown: Exception: Quota Error: User Rate Limit Exceeded function getReportDataForProfile(profileId) { var tableId = 'ga:' + profileId; var startDate = getLastNdays(14); // 2 weeks (a fortnight) ago. var endDate = getLastNdays(0); //