Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a Revit DA application where I am trying to access an ACC model.
I've done as described in the docs.
My WorkItem in Postman looks like:
{
"activityId": "{{dasNickName}}.NVCMActivityTXT+testTXT",
"arguments": {
"NVCMParams" : {
"url": "data:application/json, [{'Region': 'US', 'ProjectId': '062b8c8b-d33b-473f-9760-1e811629071a', 'ModelGuid': 'c20b5561-4f6b-4eb1-b9b7-84bfe163ff7a'}, {'Region': 'US', 'ProjectId': '062b8c8b-d33b-473f-9760-1e811629071a', 'ModelGuid': 'c20b5561-4f6b-4eb1-b9b7-84bfe163ff7a'}]"
},
"result": {
"url": "urn:adsk.objects:os.object:{{ossBucketKey}}/{{ossOutputFileObjectKey}}",
"verb": "put",
"headers": {
"Authorization": "Bearer {{dasApiToken}}"
}
}
},
"adsk3LeggedToken" : "{{adsk3LeggedToken}}"
}
{{adsk3LeggedToken}} is a valid token that when used in other calls works perfectly (e.g. Get Hubs, Projects... etc)
Still, when trying to open a cloud model I am getting the following error.
Autodesk.Revit.Exceptions.RevitServerUnauthenticatedUserException: You must sign in to Autodesk 360 in order to complete this action.
[02/09/2025 14:20:40] at Autodesk.Revit.DB.ModelPathUtils.ConvertCloudGUIDsToCloudPath(String region, Guid projectGuid, Guid modelGuid)
[02/09/2025 14:20:40] at NebulaDA.Revit.DB.ExternalDBApplication.DesignAutomationReadyEvent(Object sender, DesignAutomationReadyEventArgs e)
Despite spending a lot of time on this, I still don't know what may be going wrong 😞
Could anybody please help me out with the solution, thoughts, ideas?
Thanks!
Solved! Go to Solution.