
Announcements
Hello everyone,
I am currently working on the creation of digital business cards on which I incorporate a QR Code.
I get this QR Code thanks to a google API (https://developers.google.com/chart/infographics/docs/qr_codes). The problem is that I can't get the user's picture. I converted it to base 64 but it still doesn't work.
Moreover on my side the QR Code works perfectly but there are users (who have the same IPhone as me) and for whom the QR Code is unreadable.
Some of you have already been in this situation?
Thank you in advance and good luck.
Hi,
I have a similar problem. I uses
"https://chart.googleapis.com/chart?cht=qr&chs=300x300&chl=" & PhotoImage
where PhotoImage is a global variable that I got from this function:
Set(PhotoImage,JSON(User().Image,JSONFormat.IncludeBinaryData));
The challenge - i have is that the PhotoImage is too large to be able to request the QRCode from the google API.
Any advice to get around this ?