I have a bot that generates PDFs with QR codes through the Google URL that I believe I found on this forum. I have virtual columns with type of image, using a concatenation of the url and the data I want to pass through as the QR code. Some time yesterday, it stopped working for one of the 3 QR codes we generate, but today it is no longer working for all three. I ran the formula test, found one of the URLs that is being generated, went to it in Chrome manually and it appears fine. Just doesn't appear in the PDF template. Please see screenshots attached. Anyone have any ideas what is going on?
Solved! Go to Solution.
Hi,
I'm having the same problem.
Now I'm using a temporary solution of changing a qr-code generator address from:
https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl=
to:
https://qrcode.tec-it.com/API/QRCode?data=
Does the app show the image fine?
No, the app was not showing the QR code images either.
I would propose to contact support so devs could debug the reason.
I'm having this same problem, it seems that something must of gone down on googles side as all my previous QR codes have now broken and don't show anywhere.
Strangely, the QR codes started appearing again yesterday. I'm thinking this may confirm that something was down on Google's side.
Hi,
I'm having the same problem.
Now I'm using a temporary solution of changing a qr-code generator address from:
https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl=
to:
https://qrcode.tec-it.com/API/QRCode?data=
When you are using the alternative, how do you set up the image size? Can you please share the code?
Image size by default is 547x547. I don't know how to change image size in this case.
Full code is:
"https://qrcode.tec-it.com/API/QRCode?data="&[QR code complex Key]
You can set the size to an <image/> tag
Is this provider safe to use?
Thanks. I switched over to this and it works well. You can go to the main link, and there is an "API" tab on the right that shows how you can customize the URL to change the image size, colors, etc.
But it is not taking bulk requests. after hitting 100 times, unable to use it.
have same issue
hi thank you for your information,
my problem has been solved, but when I convert it into pdf format using dompdf,
the qrcode does not appear, do you have more knowledge, please help me
Hi Did you find solution to this issue as Even i am facing the same issue since Thursday.
Now it is working
Still it is not working for me, i have been using from from JUN-23, this is the first time getting the issue. Is there any modifications required to URL ?
It is not working for me
It started working again yesterday and is now down again
Since last week for me it seems to function only at certain hours of the day. Afternoon works but mornings do not.
Same here! It's not working or working sometimes.
We started experiencing service outages at about 1:00 PM EST last Thursday, January 4. The service resumed after about an hour. We then experienced an outage starting at about 10:30 AM EST today (Monday, January 8 ) that has now continued through 12:20 PM EST.
Same Here, It is not working
Google is actively shutting this API off as of last week. Google says they shut it down for a few hours each day so that remaining users of this long since deprecated API will stop using it (rough translation, lol).
I just switched to this API. The documentation is clean and simple and it allows for pixel dimensioning in the URL params.
Well, that's really frustrating.
Source?
I found the source myself. Did not think it was true, my bad.
https://groups.google.com/g/google-visualization-api/c/Pzzya6ed14g
Thanks for providing this additional information- it is much appreciated.
Google still works.
Make sure you fill in all the required parameters, e.g.
https://chart.googleapis.com/chart?cht=qr&chl=Hello+world&choe=UTF-8&chs=180x180
They may have just added encoding as a requirement, or size as a requirement. Not sure, but it still works fine. You can move chl to the end if you need to to fit your requirements.
For longer text in chl (say more than 10 characters), it either takes too long time or throws error. For a text of 4-5 characters, it works smoothly.
I had the same issue and switched to https://goqr.me/api/. Similar functionality and syntax.
i use this from today, because google service is down may be https://api.qrserver.com/v1/create-qr-code/?size=70x70&data=
After the first google api failure, I switched my applications to this api, it works perfectly for business cards and internet banking
(URL Removed by Staff)
The syntax is similar with the original api
Is there any comparable solution, that works same as chart.googleapis.com ?
We used the Google-QR-Code API in Excel-Documents for Generating QR-Codes from
entered Data, but they aren't working anymore.
1. Change formula in your app
from:
"https://chart.googleapis.com/chart?chs=250x250&cht=qr&chl="&[Item ID]
to like this (full info about parameters you can find on qrserver):
"https://api.qrserver.com/v1/create-qr-code/?size=250x250&qzone=5&data="&[Item ID]
2. Open data source (table) and change all links in this column by Find/Replace.
After the first google api failure, I switched my applications to this api, it works perfectly for business cards and internet banking etc
The syntax is similar with the original api
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |