johnkhansrc / NestGoogleSheetConnector

A Google Sheet integration for NestJs
11 stars 9 forks source link

Invalid_value at "value_input_option" #3

Closed ok-timmy closed 1 year ago

ok-timmy commented 1 year ago

I came across this error again while trying to implement the write cell function.

image

I guess the error came from the writeRange method. I think It should have been either "RAW" or "USER_ENTERED" and not "USER_ENTER"

This same error occurs on the writeRange function.

ok-timmy commented 1 year ago

Issue resolved

devglrd commented 11 months ago

Hi @ok-timmy How did you resolve this error ?

ok-timmy commented 11 months ago

The package has been resolved. The issue came with the package, but I made a pull request few months back which has been merged. You can try it out again according to how it's written on the ReadMe file.