How do I find Google DEV-SCRIPT-ID and PUB-SCRIPT-ID -


some time ago user mogsdad posted answer describing how post data directly google spreadsheet in how post google docs form directly. in post (or within script, commented out) provides format test url follows:

https://script.google.com/macros/s/--dev-script-id--/dev?col1=1&col2='pizza' https://script.google.com/macros/s/--pub-script-id--/exec?col1=1&col2='pizza' 

how find --dev-script-id-- or --pub-script-id--?

and can confirm in script line

var id = '--sheet-id---'; // spreadsheet id responses 

he means id displayed in spreadsheet url (typically) shown here as” xxxxxxxxx”

https://docs.google.com/spreadsheets/d/ xxxxxxxxx /edit#gid=0 

greatly appreciate can clear me.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -