Cloud db probolem (using LocationService extension in the background)

Sorry. I do not understand.

  • What do you want to put? Do you want to show the link to your spreadsheet here? Just copy the link and drag and drop it in this box.

You might want to answer using your own language if English is not your primary language . Please explain in more detail.

To learn how to build and share a Google spreadsheet that uses a script, see Tim's example HOWTO: Create a Google Apps Script Web App bound to a Spreadsheet . Make the Project in that example to learn how to use the spreadsheet part of the real app you want to build. Then use the advice to build Trak_It.

1 Like

i dont know where put link do sheet

? excusme .

If you followed my instructions to create a google apps script you will see this line

var ss = SpreadsheetApp.getActive();

This tells the script to use the spreadsheet it is bound to. You do not need to put the link anywhere.

You do need the url for the google apps script for your blocks.

If you wrote the required code to post your location to your spreadsheet using the LocationService extension, the script probably will go where indicated in this graphic

1 Like