We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Mar 12, 2019 12:34 PM
Hi everyone!
First of all, let me apologise, because of my poor english.
Let's get to the point, the problem is that when I want to retrieve all the contacts the process never ends because "has-more" is "always" "true" and de "vidOffset" repeats itself in a period and starts again.
I end up with a final huge file, full of repeated contacts. ¿Does anyone know what is hapening?. I forward the cycle is ok.
Thanks in advance.
Solved! Go to Solution.
Mar 13, 2019 7:53 AM
Hi again:
I solved de problem, the issue was that the API accept only 10 request per seconds and the variables got lost.
You can see the limit here:
https://developers.hubspot.com/apps/api_guidelines
Thanks to everybody.
Mar 13, 2019 7:53 AM
Hi again:
I solved de problem, the issue was that the API accept only 10 request per seconds and the variables got lost.
You can see the limit here:
https://developers.hubspot.com/apps/api_guidelines
Thanks to everybody.