Good Afternoon Everyone - I am brushing up an old piece of code that called the Google Charts API to generate QR Codes for items in a database. The original code, which calls the charts API via 'https://chart.googleapis.com/chart' still works - in that is returns a QR Image. But it only works in this original script. If i just duplicate that code file, and make unrelated changes (Charts API URL same, but dimensions of page where QR code image is placed modify) - for some reason it breaks. the error message is "could not retrieve QR Chart from Google" - so API URL is same, some other elements in the php code are changed.
1) Is the google apis chart truly depreciated, in that regardless of what works and what breaks - it would be wise to transistion away from Google Charts?? for example, use https://documentation.image-charts.com/qr-codes/ Image-Charts.com's API?? 2) Any thoughts why it would work on original php file, but not a duplicate of that file with dimension variables changed?? (PdfQrCode.php is original, ZebraLabels.php is modified - both attached) Any insight at all, greatly appreciated... JC -- 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/42ed315a-a52c-42f4-95a3-7b57a9a92b21o%40googlegroups.com.
<<attachment: PdfQrCode.php>>
<<attachment: ZebraLabel.php>>
<<attachment: GoogleCharts.php>>
<<attachment: ImageCharts.php>>
