Question

Can we generate token id to access file from trimble connect

  • 27 June 2019
  • 1 reply
  • 6 views

Badge

Hello Team,

Can we generate token id from FME to connect trible connect?

Present we are generating token id manually and passing it as published parameter. But users don't know about the token to execute the workbench. Can we make generation process withing workbench?

Thanks..

Nagendra


1 reply

Userlevel 5
Badge +25
I've never worked with Trimble connect but had a look at their API and there does seem to be a way to get an access token via the API, you could do that through a HTTPCaller. You do need to authenticate for the token request of course, using the consumer key and secret, but those can be hardcoded in the workspace and your users won't have to worry about them.

Reply