D_M
1
Hi everyone!
In my app I read/write values from a spreadsheet component.
CredentialsJSON path is like this:
//name-number.json
Spreadsheet ID path is like this:
5Hcd…….6Icd
In companion the app works.
When I run the apk I receive an error message :
“RetrieveSheet: IO Error: // name-number.json
Why?
Taifun
2
Use the helper block for files from the assets.you can find it in rhe Screen drawer
Taifun
D_M
3
Hi @Taifun
I not find this “Helper block”
Android I never used it.
What it is used for?
Have you set your sheet viewer option? Can your share your sample aia?
D_M
5
Thank you @Still_Learning for your reply, but I don't need to see my spreadsheet.
Spreadsheet is used to read data from a Google sheet by using an API
D_M
6
I solved simply eliminating “//” from path.
It seems works with both companion and apk.
Someone can confirm that it is the right solution?
ABG
7
Removing the // sounds right.