Hi team,
I am working on an integration to export data into sftp-server. I created an integration connector SFTP and an application integration. According to my task I should create a new folder weekly and add new files. There is now any issues to create a new folder but I can’t pass the error with a new file. I use task “Connector”, entities “Create”. Please, let me know white parameters I should setup and what are recommended values.
Viewing: connectorInputPayload
{ “FilePath”: “/my_folder_path/”, “Filename”: “my_file_name.my_file_format”, “IsDirectory”: false, “FileSize”: 0.0 }
Viewing: ErrorMessage
{“error”:{“code”:400,“details”:[{“@type”:“type.googleapis.com/google.rpc.ErrorInfo",“metadata”:{“cause”:"Invalid INSERT statement”,“connection_type”:“SFTP”,“entity_type”:“Root”}}],“message”:“Unable to create entity.”,“status”:“FAILED_PRECONDITION”}}
Thank you
Mike