Hi everyone,
Please advise, I’m trying to import a Figma design on Windev.
This error keeps popping up. The token has been entered and is valid.
Any tips or tricks on how to resolve this please?
Thanks in advance
Hi everyone,
Please advise, I’m trying to import a Figma design on Windev.
This error keeps popping up. The token has been entered and is valid.
Any tips or tricks on how to resolve this please?
Thanks in advance
Hey there!
I understand how this can be inconvenient. Windev is not something Figma supports, I think their support team will be in a better position to help you.
On my end, I find a guide from Windev that may help you:
Other community folks may have some other tips or methods they can provide. I’ll leave the convo open in the meantime!
Hi, i’m having the same issue, have you solved the problem?
Hi, make sure that your URL is correct.
It won’t work with https:/www.Figma.com/design/ , it needs to be https:/www.Figma.com/file/
Just replace “design” with “file”
Not sure whether that’s always the case, but it worked for us, so it’s worth giving it a try
Thanks for the feedback!
Yes, there is a recent change in Figma url and WINDEV can’t manage this correctly.
So you can change URL like @Mari_Ducasse say : change /design/ to /file/
You can also use document id directly :
Example : for https://www.figma.com/design/ZZZZZZZZZZZZZZZZZZZZZ/Untitles-…
use only the ZZZZZZZZZZZZZZZZZZZZZ part in WINDEV import field