This error appear when we try to update google Spreadsheet
Cordialy
Edgar Montoya
Hi,
What kind of connector are you using?
There are different kinds of media types in connector configuration.
Your request and response of connector should support same type of data stream.
Please select appropriate media type from drop down(PFA) as per your data type.
Thanks,
Madhuri,Fujitsu
Hi,
I used the Add a row [v3], can you help us solve this issue
Cordially
Edgar Montoya
Hi!
My output variable from google spreadsheet login is:
name=Auth Value=${P_result.Auth}
Now my error process is 2013-09-25T19:00:56+0000 - Task "Actualizar spreaadsheet" (id: 14[0] - status: ACTIVE): Unknown authorization header
My variables
<gsx:Fecha>${fecha}</gsx:Fecha> Date type
<gsx:Solicitante>${P_initiator.name}</gsx:Solicitante>
<gsx:Correo>${P_initiator.login}</gsx:Correo>
<gsx:Estacion>${estacion}</gsx:Estacion> String type
<gsx:Grupo>${group_id}</gsx:Grupo> String type
<gsx:Noparte>${mat_id}</gsx:Noparte> String type
<gsx:Material>${material}</gsx:Material> String type
<gsx:Cantidad>${cantidad}</gsx:Cantidad>number type
My Access media type is */* too.
Hi,
When you use login spreadsheet connector and login to spreadsheet with your google account,you get Auth token,as you said ${P_result.Auth}
You need to pass this as input for adding row in spreadsheet.
your Auth token may have expired.
Please login and execute.
Thanks,
Madhuri,Fujitsu
Cordially
Edgar Montoya