hi,
I configured a pull connector for the push delivery of historic query. I am using cygwin to perform curl queries. The pull connector get created fine. The logs show the following:
ID: 69e7e355fd3fcc…
Name: connectorpull
Status: active
Created at: Tue May 06 10:49:30 IST 2014
Last request: null
Last success: null
Output Type: pull
Output Params:
format = json_new_line
But, when I try to pull data using the following commands, nothing is returned either on the command line, nor in the folder not even 200/204/400
command:
curl -X POST ‘https://api.datasift.com/v1/pull’
-d ‘id=69e7e355fd3fcc…’
-H ‘Authorization: 0’
curl -X POST ‘https://api.datasift.com/v1/pull’
-d ‘id=69e7e355fd3fcc…’
-H ‘Authorization: 0’
Please, suggest a resolution for this.
Thanks,
Sharmistha