What do I need to do to get SaveAsCloudModel() working?

I have to save multiple Revit models as cloud models on an ACC project. I’m beginning to work on a python node in a dynamo graph that can do this for one file, and intend to use a batch processor to run it on all the models.

The python node basically contains the Doc.SaveAsCloudModel(accountID, projectID, folderID, modelName) function, with the parameters as inputs (first 2 arguments are converted from string to Guid).

But I get the error on the python node “You must sign in to Autodesk 360 in order to complete this action.”

I have all the permissions needed to save cloud models and can save manually with no problems. I am signed in at the same time in my Revit, as well as in the browser - but how can I get that into Dynamo?

2 Likes