How to send data to a google sheet with MIT app inventor [ Google Sheet Database ]

The Coding Bus
The Coding Bus
66.4 هزار بار بازدید - 4 سال پیش - In this video, we will
In this video, we will learn how to send data from the MIT app inventor app to google sheet using the app script.
How to Read Data from Google Sheet -: How to Read Data from Google Sheet us...
...........................................................CODE............................................................................
function doGet(e) {

var ss = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/...");
var sheet = ss.getSheetByName("Sheet1");

 addUser(e,sheet);
}

function doPost(e) {
 var ss = SpreadsheetApp.openByUrl("https://docs.google.com/spreadsheets/...");
 var sheet = ss.getSheetByName("Sheet1");
 
 addUser(e,sheet);
}


function addUser(e,sheet) {
 var name = e.parameter.name ;
 var location = e.parameter.location ;

 sheet.appendRow([name,location]);
}

.........................................................END............................................................................
....................................................................................................
New Method to Send App data to Google Sheet -: How to send data to a google sheet wi...
Follow Us On Social Media For More Updates -:

Facebook -: facebook.com/TheCodingBus/
Website-: https://thecodingbus.info/
Instagram-: Instagram: sourabhdubey007
Reddit-:       Reddit: sourabhdubey007
Subscribe TCB -:  http://bit.ly/TheCodingBus

........................................................................................................

use google spreadsheet as database android
mit app inventor save data
google sheets
google sheets app
google sheets 2018
google sheets link
code mit app inventor
send data to google spreadsheet from android
app inventor web component
app inventor examples
taifun flashlight extension download
admob extension for kodular
app inventor tutorials
use google spreadsheet as database android app inventor game the coding bus thunkable firebase database thunkable thunkable tutorial #TheCodingBus
#TCB #unitedstates #us
4 سال پیش در تاریخ 1399/03/15 منتشر شده است.
66,489 بـار بازدید شده
... بیشتر