Skip to main content
Solved

Unauthorized error while downloading a file through HTTPCaller

  • June 17, 2019
  • 2 replies
  • 14 views

nag
Contributor
Forum|alt.badge.img

Hello Team,

Following is the workbench i am using to download a file from trimble connect. And I am getting an error while executing it. could somebody help me to get resolved.

Error Message;

 

 

When we are calling a file from Trimble connect is there any credentials or Token Ids to be generated? If yes than in the parameters where we need to update those details in HTTPCaller.

 

Thanks..

Nagendra

Best answer by hollyatsafe

Hi @nagendrudus,

I would recommend reviewing Trimble's API documentation: https://app.connect.trimble.com/tc/static/apidoc.html#authentication

This appears to fully explains the authentication process and how to set up the Header to reference this token and make your calls.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2
  • Best Answer
  • June 17, 2019

Hi @nagendrudus,

I would recommend reviewing Trimble's API documentation: https://app.connect.trimble.com/tc/static/apidoc.html#authentication

This appears to fully explains the authentication process and how to set up the Header to reference this token and make your calls.


nag
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • June 18, 2019

Hi @nagendrudus,

I would recommend reviewing Trimble's API documentation: https://app.connect.trimble.com/tc/static/apidoc.html#authentication

This appears to fully explains the authentication process and how to set up the Header to reference this token and make your calls.

Thanks@hollyat for the information.