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

Can a managed user add an app user as a collaborator?

新規投稿

コメント

3件のコメント

  • jschulist

    I managed to figure this out.  Using the API I queried for the app users system generated login value.  This login value (which is formatted like an email address) can be used on the invite collaborators screen by managered users to invite app users.

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

    Once you added the app user as a collaborator how to you access the collaborated folders rather than the app user folders?

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

    Each folder should have a distinct folder_id, which is available through the web interface in the folder's URL. Once you've invited your app as a collaborator, it should be able to view / modify files within that folder by referring to it by folder_id.

     

    For example, in python:

     

    my_folder = client.folder(folder_id='xxxxxxx')
    files = my_folder.get_items(limit=100)
    0
    コメントアクション パーマリンク

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