I'm using Google Apps Script with the Analytics Management API. The following function is crashing today (GMT+3), yesterday it was working perfectly:
Analytics.Management.Profiles.list(accountId, propertyId);
The error text that is being displayed is "Invalid JSON string". No JSON string is being passed to the method so I'm assuming there is a problem in how the resource is being constructed inside the method.