Companion vs apk - error message from spreadsheet in apk

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?

Use the helper block for files from the assets.you can find it in rhe Screen drawer

Taifun

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?

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

I solved simply eliminating “//” from path.

It seems works with both companion and apk.

Someone can confirm that it is the right solution?

Removing the // sounds right.