Zendesk has introduced changes that affect access to our app Guide Importer, resulting in a token error.
Follow the steps below to retrieve a valid access token and restore functionality.
Solution: Generate a new access token
- Open the Guide Importer
- Launch the Guide Importer via Zendesk.
- Open Developer Tools
- Right-click anywhere on the page
- Select “Inspect” / “Developer Tools”
- Navigate to Network Tab
- Go to the Network tab
- Use the search/filter bar and type: token.json
- Any token.json request will work
- Copy Request as cURL
- Right-click on a token.json entry
- Select:
Copy → Copy as cURL
- Run the Request
- Paste the cURL command into:
- Postman OR
- Your terminal
- Paste the cURL command into:
- Delete the following headers before running the request:
- In Postman, turn OFF:
- x-zendesk-app-id
- x-zendesk-app-installation-id
- In Terminal, remove these lines from the cURL command:
- x-zendesk-app-id
- x-zendesk-app-installation-id
- In Postman, turn OFF:
- Execute the Request
- Run the modified request
- Copy the Token
- In the response, locate the field: token
- Copy the token value (ID)
- Paste into Guide Importer
- Insert the token into the token field in the Guide Importer
The app should now be up and running without issues.
Comments
0 comments
Please sign in to leave a comment.