You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
The interesting thing here is the err message: "Render timeout, try requesting fewer or smaller images". I was under the impression that images were ignored when using this endpoint as it is only returning a JSON tree of nodes.
As far as I am aware, it is not possible to fetch files that are failing due to this error. Is there a way to make this endpoint handle larger files?
The text was updated successfully, but these errors were encountered:
We are experiencing the same issue. If a figma design is too big, it is impossible to retrieve via the https://api.figma.com/v1/files/ api without a timeout (error code 400). Is there a work around that we can use filter to only the parts of the document node that we need? Thanks!
Certain files in my Figma Projects seem to not be able to be fetched using the GET File endpoint as specified here.
The error returned is as follows:
The interesting thing here is the err message: "Render timeout, try requesting fewer or smaller images". I was under the impression that images were ignored when using this endpoint as it is only returning a JSON tree of nodes.
As far as I am aware, it is not possible to fetch files that are failing due to this error. Is there a way to make this endpoint handle larger files?
The text was updated successfully, but these errors were encountered: