oui je trouve ça bizarre !
voilà ce que j'obtient avec l'appareil 2, celui dont l'image ne s'affiche pas. C'est le même texte que dans la sheet ! c'est comme s'il n'avait rien de particulier.
Que voulez vous dire en parlant de "la valeur" des blocs ?
Just to clarify a topic...what you are saving in GoogleSheet is not the image...but the path where you have the image on your phone...so when you download that path on another device and try to obtain the image from that other path, logically, the image is not there.
I think, I now understand your issue...
On the first device you picked an image and stored the path to the image in your Googlesheet
Then on the other device you read the path to the image and expect to see the image there
The issue is you did not upload and download the image, but only the path to the image, so on device 1 you can see it, because you picked it there, but on all other devices you can't see it, because it does not exist there
You can't save images like that...what you save is what you have previously seen on the label. You can convert the image to base64 and save the generated string to googleSheet (if it is not larger than 50K characters) and decode it when you download it.
This seems to be a translation problem... I never said that...
If you want to see the image on another device you have to upload and download the image instead of only the path to the image
You also can upload the image to your Google Drive and store the url to the image in the Google Spreadsheet... then just display the image directly from your Google Drive without downloading it...
ah oui, je n'ai pas d'image dans la feuille de calcul, je n'avais pas compris que c'était dans la feuille que vous parlez.
Donc pour télécharger l'image il n'y a pas d'autre moyen à part passer par google drive ?