Hi Emmanuel,

Can you elaborate on what's not working?  It's possible that you need to *URL 
encode* the chl payload.  This is a requirement of the original Google API (
docs <https://developers.google.com/chart/infographics/docs/qr_codes>) and 
pretty much any API where you'll be passing special characters in query 
parameters.  
On Tuesday, January 16, 2024 at 11:12:49 AM UTC-8 Emmanuel Oluniyi Ogunwobi 
wrote:

> Hi
>
> Thanks for the update, I am trying to implement it in the Crystal report 
> this way 
> "https://quickchart.io/chart?chs=150x150&cht=qr&chl="+";
> https://login.remita.net/remita/onepage/biller/"+{DemandNoticeAsp.Referenceno}+"/payment.spa";
>   
>    but cant seem to get it working . 
> Any help will be appreciated. 
>
> On Tuesday, January 9, 2024 at 6:01:21 PM UTC+1 [email protected] wrote:
>
>> Hi all,
>>
>> In case it helps, I maintain a webservice that is a drop-in replacement 
>> for the Google Image Charts API.  For example: https://*quickchart.io*
>> /chart?chs=150x150&cht=qr&chl=Testing123 
>> <https://quickchart.io/chart?chs=150x150&cht=qr&chl=Testing123>
>>
>>
>> It also includes some additional customization features for QR codes, 
>> such as colors and logo support. More detail here: 
>> https://quickchart.io/qr-code-api/
>>
>> For those who prefer not to rely on third-party services, the solution is 
>> open-source: https://github.com/typpo/quickchart
>>
>> Hope this helps!  Feel free to reach out directly with any questions.
>>
>> Ian
>>
>> On Tuesday, January 9, 2024 at 5:03:08 AM UTC-8 Jon Orwant wrote:
>>
>>> On Tuesday, January 9, 2024 at 7:59:41 AM UTC-5 [email protected] 
>>> wrote:
>>>
>>> Thanks for the quick reply. 
>>>
>>> I implemented this solution in December. Searching on documentation for 
>>> the [QRCode] Google API I read about one such deprecated service but there 
>>> was also a suggestion to go to a newer one that is supported. 
>>>
>>>
>>> Years ago, when we reminded people of the deprecation, we suggested that 
>>> people make use of the interactive and actively developed Google Charts 
>>> where possible. However, Google Charts does not support QR codes. For QR 
>>> codes, you can search online and find a drop-in solution that will require 
>>> changing only one line of code.
>>>
>>>
>>> Judging by your answer about another "solution" I should look elsewhere 
>>> and not in Google APIs. Am I correct? And if yes, what is your estimate 
>>> about the time I have to implement a new solution? I am dealing with 
>>> regulatory issues on this.
>>>
>>>
>>> Right: for the past 12 years there has been no current Google API that 
>>> provides QR codes. As for the estimate, I'd been hoping to turn down the 
>>> service for good tomorrow, but I can wait a bit for you to slot in a 
>>> replacement.
>>>
>>> Jon
>>>  
>>>
>>>
>>> Regards
>>>
>>> On Tuesday, January 9, 2024 at 12:28:56 PM UTC+2 Jon Orwant wrote:
>>>
>>> This service was deprecated 12 years ago. We've started rolling 
>>> blackouts for the few remaining users who don't realize they're depending 
>>> on an obsolete service.
>>>
>>> You should switch to another solution.
>>>
>>> Jon
>>>
>>> On Tue, Jan 9, 2024 at 5:26 AM George Thalassinos <[email protected]> 
>>> wrote:
>>>
>>> Hi,
>>>
>>> I have developed an app in VBA for myself that needs to create a QRcode 
>>> and I call the API as follows :
>>> "
>>> https://chart.googleapis.com/chart?cht=qr&chs=100x100&chma=60,70,800,10&chl=....
>>> ."
>>>
>>> These last few days I continually bump on timeouts which eventually 
>>> disappear and I can get my image. Yet it has become not dependable. 
>>>
>>> Is there a way to avoid this timeout? 
>>> Is there a way to preload some library and not have to go online every 
>>> single time (to which my guess is No)? 
>>> Is there some documentation I can access?
>>>
>>> Thanks in advance
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Google Chart API" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/google-chart-api/c0c83aa2-93ad-4957-9fdd-f4159701d9d7n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/google-chart-api/c0c83aa2-93ad-4957-9fdd-f4159701d9d7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-chart-api/dbb0a296-4c26-44f1-8d43-e7a2d1420d51n%40googlegroups.com.

Reply via email to