No video

Build the API in Google Script Editor

  Рет қаралды 15,642

Jordan Rhea

Jordan Rhea

Күн бұрын

Пікірлер: 6
@guidowalterpettinari8454
@guidowalterpettinari8454 4 жыл бұрын
Thank you for the tutorial! Very handy indeed :-) For those interested in experimenting, here's the transcript of the Google Script: function doGet(e) { var spreadsheetId = 'INSERT HERE THE SPREADSHEET ID'; var sheetName = 'INSERT HERE THE SHEET NAME'; var sheet = SpreadsheetApp .openById(spreadsheetId) .getSheetByName(sheetName); var results = sheet.getSheetValues(1, 1, sheet.getLastRow(), 1) .reduce(function(a, b) {return a.concat(b);}); return ContentService.createTextOutput( e.parameters.callback + '(' + JSON.stringify(results) + ')' ).setMimeType(ContentService.MimeType.JAVASCRIPT); } Hope it helps. Cheers, Guido
@paulajonye9787
@paulajonye9787 Жыл бұрын
Thanks man you really saved me a ton.
@elabinnovations
@elabinnovations 5 жыл бұрын
How to make API for uploading files to Google drive with base64 method?
@oscarmejia8306
@oscarmejia8306 5 жыл бұрын
How can I actually use this api for a project? I'm trying to do a get request from postman and can't get anything back. I've tried both /exec and executed link, and all types of OAuth set ups. Please help!
@oscarmejia8306
@oscarmejia8306 5 жыл бұрын
I fixed it by deploying the app lol. If you managed to read this though. I'd like to ask if there any security concerns regarding this? Since there is no oauth
@JordanRhea
@JordanRhea 5 жыл бұрын
You can totally create your own security for the API. I think OAuth might be difficult to implement, however, if you can get it to work I would love to see it!
Build an API in Google Script Editor - Part 2
8:37
Jordan Rhea
Рет қаралды 2,2 М.
Introduction to Google Apps Script
35:40
Jordan Rhea
Рет қаралды 130 М.
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 24 МЛН
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН
Google Apps Script Tutorial for Beginners
23:54
saperis
Рет қаралды 374 М.
PDFs from Spreadsheet Data and Google Docs Template - Google Sheets
32:38
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 219 М.
JavaScript Objects - Iterate Through Object Keys and Values - Google Sheets Apps Script - Part 13
35:10
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 62 М.
Apps Script: HTML Templating
17:06
Jordan Rhea
Рет қаралды 32 М.
Make an API With Google Sheets and Google Apps Script
15:53
Cukmekerb's Coding Class
Рет қаралды 61 М.
Google Apps Script - Google Drive Tutorial, Files, Folders, Copy Files, DriveApp, Iterator - Part 15
29:31
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 130 М.
Google Apps Script: Creating Managing, and Automating Projects with Script
1:54:55
ОБЯЗАТЕЛЬНО СОВЕРШАЙТЕ ДОБРО!❤❤❤
00:45