adobe / reactor-uploader

Command line tool for uploading Adobe Experience Platform Tags extensions.
Apache License 2.0
9 stars 11 forks source link

Update README to reference that API Key is Client ID #27

Closed brenthosie closed 4 years ago

brenthosie commented 4 years ago

When trying to run the uploader, I received this error:

Error retrieving access token. invalid client_id parameter

client_id is not referenced in the docs, but the Adobe console references that the Api Key is the Client ID.

Could we please update the error or README so this is more clear?

frunkad commented 4 years ago

Can I take this up?

Aaronius commented 4 years ago

@frunkad Please do!

frunkad commented 4 years ago

Couldn't access the Adobe Console for Adobe Experience Platform API Key as it requires me to register as an organization.

Also, apparently from line 103 of getIntegrationAccessToken,js, both clientId and apiKey are the same thing, so I have submitted a PR that updates README file to indicate both are one and same thing. There are further things that could be done (mentioned in the PR) but need a nod from your side.

Aaronius commented 4 years ago

I've merged @frunkad's PR, which helps clarify the terminology everywhere except the actual Error retrieving access token. invalid client_id parameter message. That message comes from the server and I'm hesitant to do string matching on the message they provide.