-
Notifications
You must be signed in to change notification settings - Fork 70
EMEA region is not taken into account while translating jobs #84
Comments
Hi @lyague, The EMEA proxy did not have a /job endpoint until recently. Since you should not call /job for SVF or SVF2 for any BIM360 file, we fetl it was better to enforce the US endpoint. We will update the SDK accordingly soon |
Hi @cyrillef Do you have any documentation for that "bad practice"? Regards Steffen |
@SteffenEseebase - maybe I should not have said bad practice, but instead said 'recommend way'. |
Let me revisit the region comment from @lyague and run some tests. |
Hi,
emea region boolean is not taken into account while translating jobs.
In fact, translate method does always call Forge API using "/modelderivative/v2/designdata/job" even if RegionIsEMEA is set.
See DerivativesApi.cs:
See https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST
Thx you.
The text was updated successfully, but these errors were encountered: