-
Notifications
You must be signed in to change notification settings - Fork 71
Connecting to salesforce #29
Copy link
Copy link
Open
Description
I'm attempting to make use of this tap and am struggling to make things work at present. I've created a salesforce connected app following these instructions. I did make the callback URL https://127.0.0.1
In the config.json file I have the following:
{
"client_id": "my consumer key (salesforce language)",
"client_secret": "my consumer secret (salesforce language)",
"refresh_token": "abc123 (unchanged from README example)",
"start_date": "2000-01-01T00:00:00Z",
"api_type": "BULK",
"select_fields_by_default": true
}When I run the code tap-salesforce --config config.json --discover I get the following messages:
INFO Attempting login via OAuth2
INFO Starting new login timer
CRITICAL 400 Client Error: Bad Request for url: https://login.salesforce.com/services/oauth2/token
I'm really interested in making singer.io connect to salesforce, but can't seem to get passed connecting. Some guidance would be really appreciated.
Cheers
Dan
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels