Hi,
I am trying to implement file transfer using Messenger API but getting some problem.
When I am posting data to < server >/v1/filetransfer/relay with action = "receive" getting error "Invalid Argument Error". However I am sending all arguments in the body as in Doc. FYI am including following fields in boday data.
-action
-sendAs
-target
-ftSessionId
-token
-fileName
-relayIP
Is there any other field which I need to include?
I am also facing problem with upload data with the relay Ip
< server >/relay
It giving me error 404 "Not Found".
Can any one tells what could be the isuue for these error?
FYI.. I am using Y & T cookies bases authentication mechanism.
Thanks in Advance!!