Hi
I have a problem when inserting some data into a spreadsheet, after obtaining the access token.
I have been guided by a previous topic:
https://groups.google.com/a/runmyprocess.com/d/msg/supportforum/cLn7O9dIcXM/qvL0Z8X-pNAJ
I need to know if the connectors made and the data entered are correct (attached photos):
° spreadsheet ID
° Content:
<entry xmlns="
http://www.w3.org/2005/Atom"
xmlns:gsx="
http://schemas.google.com/spreadsheets/2006/extended">
<gsx:fecha>1211</gsx:fecha>
<gsx:enviadopor>ed</gsx:enviadopor>
<gsx:descripcion>aaaaaa</gsx:descripcion>
</entry>
° worksheet ID: od6
The Spreadsheets got it from my spreadsheet but need help with the data "content" and "worksheetID" I have not much knowledge.
By entering this data shows me the following error:
Element type "entry" must be followed by either attribute specifications, ">" or "/>".
Thank you!