Skip to main content

I am trying to connect to AGOL but my token expires. I followed the method in https://community.safe.com/s/question/0D54Q000080hYdzSAE/how-do-i-reliably-connect-fme-server-201819-to-arcgis-online.

 

tokenIt work s but then stops working

 

Any suggestions to to fix this?

 

Under File & Connections, I click web connection, then select connection and click manage web services

FME_agol 

On AGOL developer I selected

 FME_auth 

I think you forgot to set the Redirect URI in FME Server, under Connections, Web Connections, Manage Web Services. It need's to be https://<your fme server adress>/fmeoauth (like https://etl.company.com/fmeoauth)

 

Don't forget to add the redirect uri to the app in ArcGIS Online.


I think you forgot to set the Redirect URI in FME Server, under Connections, Web Connections, Manage Web Services. It need's to be https://<your fme server adress>/fmeoauth (like https://etl.company.com/fmeoauth)

 

Don't forget to add the redirect uri to the app in ArcGIS Online.

Thanks yes when I put the redirect URL it allows me to Click on the connection and Authorize. So everything appears to have worked. But when I run the workspace it still gives a token error.

 

error


Solved the problem, we logged in as the server user and authenticated the AGOL connection and it now works.


Reply