concernant la fonction "ReadReportData" je suis obliger de la garder car j'utilise plusieurs données dessus.
Et je n'arrive pas a déboguer pour avoir la réponseContent, "Do it" ne veut pas afficher la fenêtre !
j'avais déjà essayé de déboguer et j'obtenais l'ID , mais là ça doit buguer, je réessaierais plus tard et je vous dirais ....
bon toujours le problème de "do it" c'est bizarre !
sinon, hier j'avais l'ID de l'image dans le réponseContent.
c'est bien dans "Label" que je doit avoir le reponsecontent ?
Well, you need to extract the ID from the response and the use it to joint the fixed part of the URL to it, to be able to display the image in an Image component.
You need first to be able to see your response from googleSheet with the image ID to know what to do to get it.
So, if "DoIt" doesn't work you can display the responseContent in a label and see directly in your app (device's screen) what are you receiving. From that responseContent try to extract the ID.
mmm, But the is the response received when you are uploading the image, right?
Only the device uploading the image will be able to see the image?
How other device will get the ID? or eve the same device later?
Anyway or I don't understand what you want or you don't understand what are you doing.... The device owner of the image upload the image to google drive and store the ID in the googleSheet, to allow other devices or even the same device later, read the stored ID from googleSheet and then display the image. That is the idea, or am I wrong?
All this topic started due to a question..."How to be able to see the image in other devices"...how are other devices going to see the image? Once you have uploaded it and stored the ID you need something to be able to recover that ID in other moment/device in order to see the image....or not?
à la base mon application fonctionnait lorsque je téléchargeais une image sur mon téléphone , mais oui le probléme est que quand je télécharge une image sur mon téléphone, et que je me connecte avec le même compte" sur un autre téléphone" je n'ai pas l'image. L'image est que sur le téléphone qui a téléchargé l'image.
Donc le fonctionnement de mon application est :
je suis connecté sur mon compte, je télécharge une image qui s'affiche sur l'application, si je me déconnecte et que je me reconnecte sur un autre téléphone je voudrais retrouver l'image que j'avais téléchargé et pouvoir modifier les images aussi.
Thank goodness...everything you have done is useful for something...
Think then that you have disconnected and you reconnect later or are you on another phone...what will you need to be able to see the image? the same ID that you have stored (that's why you saved it) in googleSheet....so you need to read it from googleSheet to be able to put it in an image.
c'est en cliquant sur un bouton qui me permet d'aller sur l'écran où se trouve l'image et de la voir . Donc oui il faut que je récupère l'ID de l'image qui est stocké dans googlesheet .
Est ce que l'exemple plus haut est toujours correct par rapport à ce que je souhaite faire ?
The example above is t get the ID from the repose you showed me...you need to read from googleSheet the ID and then do something similar...take the ID from the response, join it to the fixed part of the URL and display it in an image component.
When you split the text you generate a list of pieces (two in this case). The first one the text before "ID:" and the second one the text after "ID:". Like what you want is the second one, you have to select the item 2 (based on the reponse you showed before).
d'accord
j'ai fais comme ça dans mon bloc Web gotext , mais je n'obtient pas l'url +id dans la cellule de l'image de googlesheet , je pense que je doit le faire dans le bloc du bouton ?