Hi, I have been using the qr code for a while now and it's ok
but today it gave me 404 Not Found
Here is the code:
CONCATENATE(“https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=”,ENCODEURL("https://www.appsheet.com/start/fdc2a549-a77e-4233-b0b5-fb57662c4c8b#appName=ComfyGoods-6069438&view=..."),[_thisrow].[SKU])
I do know what is the problem, I am wondering if Google has stopped this service: https://chart.googleapis.com/chart?
Solved! Go to Solution.
@aminsaleh try this API, it works for me. CONCATENATE("https://quickchart.io/qr?text=", ENCODEURL([Text to Generate]))
That API is decommissioned. You can update https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl= to https://api.qrserver.com/v1/create-qr-code/?size=150x150&qzone=5&data= or another API
It does not work
@aminsaleh try this API, it works for me. CONCATENATE("https://quickchart.io/qr?text=", ENCODEURL([Text to Generate]))
Please see your link and my link, how to add the image size to your link for example
https://quickchart.io/qr?text=
https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=
-------------
It works perfectly big thanks
You can try this: CONCATENATE("https://quickchart.io/chart?chs=500x500&cht=qr&chl="&SUBSTITUTE([yourtext];" ";"%20"))
You can change the qr size as you need
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |