petrbroz / forge-cli-utils

Command line tools for Autodesk Forge services.

Home Page:https://petrbroz.github.io/forge-cli-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error 400 on create-activity

simonmoreau opened this issue · comments

In the setup-pipeline.ps1, when running forge-da create-activity, the console send the following result:

Creating/updating an activity
Request failed with status code 400

After some research, it seems to be linked to the following error

{
    "commandLine": [
        "Invalid switch [$(args[rvtFile].path)]. Variables that expand to paths must be quoted. (Parameter 'commandLine')"
    ]
}

Addressed by #6.