Thank you. Wanted to also complain about this issue. We've been getting the below email frequently of late. Could you please increase our API key quoter for your v2 API? --------------------- The following Constant Contact API : Partner API Access - for Partners ONLY key is nearing its quota limit: 89kxrwcayg4ntpb2vm3ywzfp 7/21/21 Date (YYYY-MM-DD) 11:32:53 PM Time (24hr format, HH:MM:SS) 250000 Maximum number of calls allowed DAY Period of time related to notification 177058 Number of calls Developer has made in the time period DAY Period of time between email notifications (hour/day/week/month) 50 Percentage of calls made towards the quota limit ceiling null The developer class associated with the developer key If the daily quota is exceeded, the application will not be able to access the API until 12:00 midnight the following day.
... View more
I have seen people complain about the issue where using the refresh token to get a new access token after a while of not using the previous access token doesn't work. Say I complete the oauth flow and then gets an access token. After 24 hours of not using the access token, it stops working and returns 401 status error which is expected. However, using the refresh token to get a new access token doesn't work. Any plans to fix this issue? Do a search for "access token" on this forum and see similar issue reported by other devs.
... View more
Why does token refresh doesn't always work? We always have to reauthorize. When a token expires and then we try to refresh it, we always get the below error and mind you, it is the same refresh token given to us when we requested for an access token. {\"error_description\":\"unknown, invalid, or expired refresh token\",\"error\":\"invalid_grant\"}\r\n."}
... View more