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

BoxFolder.collaborate failed with 404 error

回答済み
新規投稿

コメント

2件のコメント

  • Quande Ren

    Just want to clarify, I am using email  as userId here.

        public static final String EMAIL  = "xxx@gmail.com";
        ...
        BoxCollaborator user = new BoxUser(api, EMAIL);

    I guess this may be the reason that it failed. If so, how should I create collaboration using email?

    0
    コメントアクション Permalink
  • Quande Ren

    I figured out the problem and solution.

    I used following code and the collaboration is successfully created:

     

    BoxFolder folder = new BoxFolder(api, folderId);
    BoxCollaboration.Info collaborate = folder.collaborate(email, BoxCollaboration.Role.VIEWER );

     

     

    0
    コメントアクション Permalink

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