Box CLI and Bulk JSON format

回答済み
新規投稿

コメント

2件のコメント

  • mwiller

     The error you're seeing usually means that your JSON file is malformed (not that the key names are wrong).  You can use a JSON linter to make sure that your input JSON is valid before using it with the CLI.  The key names to use are the exact same as the flag and argument names you see when you run the command with --help, as long as you use those it should work for you.

    0
    コメントアクション パーマリンク
  • hunnj

    Looking at these scripts too long.  Was missing a pesky comma between items.

     

    thanks again

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。