新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

API Docmumentation erroneous / Example lacking or wrong

新規投稿

コメント

1件のコメント

  • bx_dev2
    curl --location --request POST 'https://api.box.com/2.0/collaborations/' \

    --header 'Authorization: Bearer token’ \

    --header 'Content-Type: text/plain' \

    --header 'Cookie: site_preference=desktop' \

    --data-raw '{"item": { "id": “folder”, "type": "folder"}, "accessible_by": { "login": “email@gmail.com"}, "role": "editor"}'

    Might be something off in the formatting of the command given the error. The above worked for me in curl 

    I was also able to add collaboration in Postman.

    0
    コメントアクション Permalink

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