yes sir, i have done it, i have created developer account, service account, generated key in json format then upload in media, but i failed to enter data into google spreadsheet
Pull in the Spreadsheet event block that catches errors, and have it post the error to a Notifier with an OK button, so you can catch and show the error here.
These blocks were part of a previous test version of the component, but they've never been available in the released version. Google removed that functionality from its Sheets API.
The replacements are the ReadWithExactFilter and ReadWithPartialFilter blocks, which allow you to read rows that contain an exact or partial value in a specific column.