Level up your Box knowledge with brand new learning paths on Box University. Visit training.box.com to get started

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

Nouvelle publication

Commentaires

3 commentaires

  • 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
    Actions pour les commentaires Permalien
  • Patricia65

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

    0
    Actions pour les commentaires Permalien
  • 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
    Actions pour les commentaires Permalien

Vous devez vous connecter pour laisser un commentaire.