Hi there,
I need to download CSV file with all contacts included into a contact list through Java SDK but, for the moment, I haven't reached it.
I'm using method getOutboundContactlistExport(contactListId, "true") for OutboundApi and the result is next:
InvalidArgument
Only one auth mechanism allowed; only the X-Amz-Algorithm query parameter, Signature query string parameter or the Authorization header should be specifiedAuthorizationBearer XXXXXXXYYYYYZZZZZ
What was the problem?
When I put null in the second parameter of the method, response returns to me URI which I can download file, but how I could to download using implementation in Java? Can't SDK do it?
Thanks