ManakhovN / FigmaToUnityImporter

The project that imports nodes from Figma into unity.
MIT License
493 stars 60 forks source link

Rate limit exceeded #36

Open phamtanlong opened 4 months ago

phamtanlong commented 4 months ago

Anyone know how to increase the limit rate of Figma? Or should we delay a little bit between requests?

ManakhovN commented 4 months ago

Hello! As I remember they have some limits on requests. But in the documentation of Figma Rest API, there is no information about it. People on the Figma forum say that the limit is 10 requests per minute. So you can try to add a delay between requests.