adobe / reactor-uploader

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

Cleared confusion between API Key and Client ID #32

Closed frunkad closed 4 years ago

frunkad commented 4 years ago

From https://github.com/adobe/reactor-uploader/issues/27

Updated README.md, index.js and getIntegrationAccessToken to clearly specifiy that API Key = Client ID.

What could be done to further improve: The JWT Library responses invalid client_id parameter which is then displayed by Line 116 at getIntegrationAccessToken. One possible way to remove the confusion could be checking explicitly for this error message and modifying it to something like invalid api_key parameter.

Aaronius commented 4 years ago

Thanks @frunkad!