This Error is coming after 19 Dec I have create 500-600 Bunch of Thumbnails at a time now I put single Images open in web then paste it in Design it is time consuming process. Please resolve this problem Quickly
Is the function normal now ? I tried the plugin yesterday afternoon , and it worked normally, that` s all. Well, before that, I removed it and setup again. Hope your works are all going well.
I ran into an issue in Figma while using the Google Sheets Sync plugin — images stopped loading from a local server.
Previously, I was using Apache running via XAMPP and linking images directly via http://... (local server). Everything worked fine until Figma stopped supporting loading assets over http, allowing only https.
Because of this, images coming from Google Sheets through the plugin stopped being loaded.
The current workaround is using an image proxy via https://wsrv.nl.
Example of the replacement link:
https://wsrv.nl/?url=http://your-server/image.png
After this change, images started loading correctly again in Figma through Google Sheets Sync.
I also tested alternatives (such as Grok), but they are not suitable due to restrictions / validation layers on the service side that block such requests.