I am using a tool called RunMyProcess in the cloud, this tool has many connectors to perform actions on the Google API. I'm having trouble in one of these connectors while attempting to create a Spreadsheet in Google Docs.
Through this tool realize the connection in google docs and perform a task that implements the code below, but I'm getting an error that can not fix. <? xml version = '1 .0 'encoding =' UTF-8 '?> <atom:entry xmlns:atom="http://www.w3.org/2005/Atom"> <atom: category scheme = "http://schemas.google.com/g/2005 # kind" term = "# http://schemas.google.com/docs/2007 spreadsheet" label = " spreadsheet" /> <atom:title> spreadsheet_name $ {} </ atom: title> </ atom: entry> The error I get: ask "Creating Sales Analysis Worksheet" (id: 7 - status: ABORTED): 400: Bad RequestWhen sending POST at https://spreadsheets.google.com/feeds/default/private/full/ Invalid request URI Could assist me on the reasons for this error?
