Chinmay Atrawalkar

Results 6 comments of Chinmay Atrawalkar

@rjburdish Hi, is there any problem in this pull request ? Why this is not merged in project yet? @codediodeio Facing the same problem for nested fields. Please merge :)

``` var sheetName = 'Sheet1' var scriptProp = PropertiesService.getScriptProperties() function intialSetup () { var activeSpreadsheet = SpreadsheetApp.getActiveSpreadsheet() scriptProp.setProperty('key', activeSpreadsheet.getId()) } function doPost (e) { var lock = LockService.getScriptLock() lock.tryLock(10000) try...

![Screenshot 2021-01-20 161259](https://user-images.githubusercontent.com/15074162/105163834-683d2300-5b3a-11eb-9b1a-d6b1c9849762.png)

P.S I am using Next JS. Is there any setting that I have to do explicitly?

Got same error, I then gave proper headers... Got it resolved