I am trying to fetch data from a google sheet using Google sheet API V4. Is it possible anyhow to know if someone has saved a data or made changes on the sheet? Based on that I want to make call to the api to get the data? More like I am trying to keep my application synced with the google sheet. As soon as someone update the data, my application gets updated too. I am using Nodejs. How do I do that? Thanks in advance
Is it possible to trigger events for google spreadsheet API V4 on save of new data on googlesheet?
2.7k Views Asked by Subhendu Kundu At
0
There are 0 best solutions below
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in GOOGLE-SHEETS
- google sheets, search and replace for next colum
- AppScript to replace image in google slides
- Regex to match repeated substring in Google Sheets
- How to append row to specific columns with gspread?
- Find a value in a range of cells (multiple rows and columns)
- Create date column based on range
- Look up a value using month of the date
- Data recovery based on other data
- Gsheet - Automatically send an email using a date & time in a Cell
- google sheet script to convert the Scientific notation in the selected area to number
- How can I limit the number of dropdown entries in a column in Google Sheets
- Parse tag in html via Google Sheets (importxml)
- Why is the background color of my google sheet web app not being applied?
- Google Sheets script that automatically locks a sheet 24 hours after a cell is edited
- My Google Sheets formulas mysteriously break as time passes, fix themselves when refreshed
Related Questions in GOOGLE-SHEETS-API
- How to append row to specific columns with gspread?
- google sheet script to convert the Scientific notation in the selected area to number
- Cannot access Google Spreadsheet metadata by API
- Encountering HttpError 403 and 500 When Using Google Sheets API with Service Account
- Shinyapp published cant make connect to googlesheets
- Possible to limit Google sheets API to only provided URLS?
- Google Apps Script refresh filter view along with a basic filter
- Currency format not getting allied to google sheet with gspread library
- Troubleshooting Google Drive API Issue: Google cloud python function Fails to Detect PDF Files in Shared Folder
- Google Sheet Integration with Chrome Extension using
- How do I hide column in google sheets using APIs?
- I am having an error with gspread in python
- Mocks for google spreadsheets api
- Why did my auto sorting script stop working all of a sudden on google sheets?
- How can you interact with a modal from apps script after it has already run?
Related Questions in SENDASYNCHRONOUSREQUEST
- How can I download an url source html to a string in autohotkey v2
- Can't fix `NotFoundException` error when calling SendApiAsset in AWS CLI
- How to keep on requesting on a set of URLs asynchronously (python)?
- How to make send() call asynchronous?
- How to create Asynchronous Camel-kafka consumer?
- How to make multiple api calls with python requests
- Syntax error in SiddhiQL, no viable alternative at input '@sink'
- Not able to execute the Synchronous Request Response example in Siddhi
- Attempting to make an asynchronous Api Request save the response data as part of an object
- Multiple Async HTTP connections to Tornado Server
- How to throttle Grequests when making asynchronous API calls?
- How to manage the 5 seconds response timeout limit in Dialogflow / Api.ai?
- How to pick latest api call when multiple api call were made
- iOS: How to test Internet connection in the most easy way, without freezing the app (without Reachability)?
- How to achieve cascading http post calls in angularjs?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?