Skip to main content
Solved

Using AutodeskDocsConnector in Flow

  • December 10, 2024
  • 5 replies
  • 114 views

bkgg
Contributor
Forum|alt.badge.img+6

Hey everyone,

 

I’m currently trying to get a workspace on FME Flow that makes use of the AutodeskDocsConnector. This single transformer would make my worksapace a lot smaller and easier to manage. Problem is that it just won’t work FME Flow! On Form it works without a hitch. On Flow accessing the same project and folder on Autodesk Construction Cloud also works when using the HTTPCaller. It’s only the AutodeskDocsConnector on Flow combo that seems to be failing me.

 

This is the error message I get on Flow: 

 

Anyone have experience with this or know how to help me out on this one?

Best answer by nielsgerrits

Have you authorized the web connection after it has been published to fme server?

See Web Connections.

Using Web Connections

To use a web connection, it must be authorized with the web service it references. Workspaces that are uploaded from FME Form can run with the authorization credentials provided with the upload, as long as the access token from the web service is still valid. If the access token becomes invalid or cannot be refreshed with the web service, you must authorize the web connection directly with FME Flow. Alternatively, republish the workspace from FME Form.

To authorize a web connection with FME Flow

  1. If not already completed, configure the web service definition with FME Flow. For more information, see Managing Web Services, below.
  2. Authorize the connection:
    1. Click on the connection to open it.
    2. On the Edit page, click Authorize.
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.

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+61
  • Best Answer
  • December 10, 2024

Have you authorized the web connection after it has been published to fme server?

See Web Connections.

Using Web Connections

To use a web connection, it must be authorized with the web service it references. Workspaces that are uploaded from FME Form can run with the authorization credentials provided with the upload, as long as the access token from the web service is still valid. If the access token becomes invalid or cannot be refreshed with the web service, you must authorize the web connection directly with FME Flow. Alternatively, republish the workspace from FME Form.

To authorize a web connection with FME Flow

  1. If not already completed, configure the web service definition with FME Flow. For more information, see Managing Web Services, below.
  2. Authorize the connection:
    1. Click on the connection to open it.
    2. On the Edit page, click Authorize.

jobvdnoort
Supporter
Forum|alt.badge.img+11
  • Supporter
  • December 10, 2024

Hej bkgg,

Do you use the same account to connect to the Autodesk construction cloud as you use in form?

The account used on server also needs to have the permission to enter that folder/project.

see here :)

 


david_r
Celebrity
  • December 10, 2024

To me, it seems that your ACC web connection is working just fine, as you are getting an actual response from the ACC API. I don’t think this is an FME Flow issue.

Based on the error message, it looks like you’re requesting an item that either doesn’t exist in that particular ACC project, or that your web connection user isn’t allowed to see that particular item.


bkgg
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • December 10, 2024

Have you authorized the web connection after it has been published to fme server?

See Web Connections.

Using Web Connections

To use a web connection, it must be authorized with the web service it references. Workspaces that are uploaded from FME Form can run with the authorization credentials provided with the upload, as long as the access token from the web service is still valid. If the access token becomes invalid or cannot be refreshed with the web service, you must authorize the web connection directly with FME Flow. Alternatively, republish the workspace from FME Form.

To authorize a web connection with FME Flow

  1. If not already completed, configure the web service definition with FME Flow. For more information, see Managing Web Services, below.
  2. Authorize the connection:
    1. Click on the connection to open it.
    2. On the Edit page, click Authorize.

There’s a whole wealth of settings there! I’ll have a look.


bkgg
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • December 11, 2024

Have you authorized the web connection after it has been published to fme server?

See Web Connections.

Using Web Connections

To use a web connection, it must be authorized with the web service it references. Workspaces that are uploaded from FME Form can run with the authorization credentials provided with the upload, as long as the access token from the web service is still valid. If the access token becomes invalid or cannot be refreshed with the web service, you must authorize the web connection directly with FME Flow. Alternatively, republish the workspace from FME Form.

To authorize a web connection with FME Flow

  1. If not already completed, configure the web service definition with FME Flow. For more information, see Managing Web Services, below.
  2. Authorize the connection:
    1. Click on the connection to open it.
    2. On the Edit page, click Authorize.

Sorry for the late response but this was the best answer! The article showed me that when I update connection settings, I must also upload them again for it to take effect.