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
I followed your instruction to retrieve draft's folder id.
I got a URL exactly as https://www.figma.com/api/folders/XXXXXXXXX/paginated_files?file_type=&sort_order=desc&sort_column=updated_at&page_size=50 and extracted XXXXXXXXX. There are 9 digits in the id.
While running npm run get-team-files XXXXXXXXX I got an error No such team XXXXXXXXX.
Previously, when I provided project id (19 digits) it worked fine and a json file generated successfully.
What might be the issue?
I am using git bash on Windows 11. npm version is 10.8.3, Node.js v20.7.0.
The text was updated successfully, but these errors were encountered:
Can you please help?
I followed your instruction to retrieve draft's folder id.
I got a URL exactly as
https://www.figma.com/api/folders/XXXXXXXXX/paginated_files?file_type=&sort_order=desc&sort_column=updated_at&page_size=50
and extractedXXXXXXXXX
. There are 9 digits in the id.While running
npm run get-team-files XXXXXXXXX
I got an errorNo such team XXXXXXXXX
.Previously, when I provided project id (19 digits) it worked fine and a json file generated successfully.
What might be the issue?
I am using
git bash
on Windows 11.npm
version is 10.8.3,Node.js
v20.7.0.The text was updated successfully, but these errors were encountered: