I have got an android app that I would like the barcode scanning page to post to a google sheet but I keep getting the following error message:
and my coding blocks like this. I don't understand why it does not work because I have implemented these code blocks on another page of the app to post to google sheets and that works perfectly fine.
You should use the PostText
block instead of the PostFile
block...
see also my tutorial
the Textbox1.GotFocus
event does not make sense like this, you can remove it completely
Textbox
to check, what about removing the second is empty? Textbox1.Text
block...