Skip to content

ESP8266 Spreadsheet update #13

Answered by mobizt
MeowCattoNiP asked this question in Q&A
Discussion options

You must be logged in to vote

You may don't get what I mean from previous reply.

Only the server response that you can use String object for the returning value from the function as this.

String response;

GSheet.values.update(&response, ...

The valueRange that passed to the function is for the payload to send to server not a response and it must be FirebaseJson object as in an example like this.

FirebaseJson valueRange;

You can't use String for valueRange.

I wrote it clearly in all examples that you can use String for response instead of FirebaseJson.

// Instead of using FirebaseJson for response, you can use String for …

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@MeowCattoNiP
Comment options

@mobizt
Comment options

@MeowCattoNiP
Comment options

@mobizt
Comment options

Answer selected by MeowCattoNiP
@MeowCattoNiP
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants