Integration Your Way - (800) 235-7250
RSSBus for SharePoint V3
Questions / Feedback? googleSheetUpdateRow

googleSheetUpdateRow

Update an exisitng row in a Google worksheet. Note that this only works with worksheets containing column headers.

Required Parameters

new:*The column values to be updated.

Optional Parameters

authtokenThe authentication token retrieved from a previous authentication. If left empty, email and password are required.
emailThe email address used to authenticate with Google. The email is required unless an authtoken is used.
passwordThe password used to authenticate with Google. The password is required unless an authtoken is used.
timeoutTimeout, in seconds, for the operation to complete. Zero (0) means no timeout.
proxy_serverIP Address or host name of the proxy server used for the request.
proxy_autoWhether or not Proxy should be detected from Windows system settings. This takes precedence over other proxy settings and is not available in Java. The allowed values are: TRUE, FALSE.
proxy_portPort number of the proxy server.
proxy_userUser ID used to authenticate with the proxy server.
proxy_passwordPassword used to authenticate with the proxy server.
proxy_authschemeThe proxy server The allowed values are: BASIC, DIGEST, PROPRIETARY, NONE, NTLM.
proxy_authtokenThe proxy authentication token.
proxy_ssltypeThe proxy server The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL.
firewall_serverIP Address or host name of the firewall.
firewall_portPort number of the firewall.
firewall_userUser ID used to authenticate with the firewall.
firewall_passwordPassword used to authenticate with the firewall.
firewall_typeThe type of the firewall. The allowed values are: TUNNEL, SOCKS4, SOCKS5.
logfileThe connector will log the exchange/transferred data to this file.
rowlinkThe link for the row to be updated. If you know the rowlink, enter it to avoid extra requests to the server. This can be obtained by a call to googleSheetsQuery. If left empty, the spreadsheet, worksheet and row are required.
nameThe spreadsheet name.
sheetnameThe worksheet name.
idThe ID of the worksheet that you are updating. This can be obtained from the googleSheetListWorksheets operation. Not needed if specifying 'id' or 'rowlink'. Otherwise, if you know the ID, enter it to avoid the extra requests to the server. If left empty, the 'name' and 'sheetname' are required.
rowThe row # of data to be updated. The column headers cannot be deleted so the first row of data is row 1.
etagThe ETag value for the row to be deleted. If provided, this will ensure that the row has not been subsequently updated. This can be obtained from the googleSheetQuery operation.
shareauthtokenWhether or not to use the shared authentication token from a previous request, if one exists that matches the user name and password.

Output Attributes

ggl:rowlinkThe link for the updated row. This can be used for updating/deleting the row.
ggl:successIndicates the success of the operation.


 
Copyright © 2013 RSSBus Inc.
[x] close

Questions / Feedback?


Name:
Email:
Feedback:
Send Feedback