use case: Read/Copy a CSV file from external location through SFTP adapter and write in to the GCS bucket.
- I am trying get the file from external folder using SFTP, getting error as “‘Required parameter Entity ID is not present.’”, what value i need to pass as input to get the specific file?
- if i use a list operation, i am getting file specific details and able to write the file, but file dont have the actual content, only meta data info about the csv file.
please advise, how to get the content of the file using get operation ? i dont find much info on the documentation: https://cloud.google.com/integration-connectors/docs/connectors/sftp/configure
if you have any sample code or details please share.