QRCode url show 400 bad request, but it works fine in browser

I am generating QRCode url using google cloud function hosted in GCP and its working in browser but when i use this url in virtual column it shows 400 bad request.

I have disabled the security option as well "Enforce app security for image access" still no use and the problem remain.

 

Best Regards

Screenshot 2023-09-27 at 4.07.04 PM.png

0 4 188
4 REPLIES 4

Can you provide screenshot of your qrcode column settings ? 

And can you go in the qrcode table and screenshot your previewed data ? 

GFormMLH_0-1695904926269.pngGFormMLH_1-1695904963078.png

 

Hi, I have attached the screenshots here. Thanks for response and help

Screenshot 2023-09-28 at 1.15.15 PM.pngScreenshot 2023-09-28 at 1.15.04 PM.pngScreenshot 2023-09-28 at 1.14.35 PM.pngScreenshot 2023-09-28 at 1.19.11 PM.pngScreenshot 2023-09-28 at 1.18.56 PM.pngScreenshot 2023-09-28 at 1.18.26 PM.pngScreenshot 2023-09-28 at 1.18.14 PM.png

@baba_sawane , do you have any finding which can help me resolve it.

Hi Aradhana. 

You should first check if it's not an access issue from the website. 

Try to replace the Image URL with this : 

https://drive.google.com/file/d/1fY-S6y7QU_2bd510I4SVRYZOVUXcE6sx/view?usp=sharing

If it doesn't show up, try : https://drive.google.com/uc?export=download&id=1fY-S6y7QU_2bd510I4SVRYZOVUXcE6sx

If it shows up, then maybe it's the source website don't grant access (or the URL is not constructed properly). If it still doesn't, there is a configuration issue.

Then :

>Is see that you are using a concatenate() function in the URL maybe it's not constructing properly ? 

>You may try to encode the url using ENCODEURL( 'yourformula' ) 

Top Labels in this Space