Question
How do I describe the path on the Box when setting up file uploads and downloads with the Box connector?
I have confirmed from the manual that it is necessary to start from the root folder, but how do I describe it in the following case, for example?
Path on the Box
/a/b/data.txt
Authorization of user A: Has access authority to files under /a
Authorization for user B: Has access authority to files under /b
Answer
Please refer to the following page for the format of paths to be described in "to_box_folder_path" of Upload Contents operation and "from_box_content_path" of Download Contents operation in the Box connector.
Limitations of BOX category
https://www.hulft.com/help/en-us/HULFTSquare/Content/CN_MPP/CN_message/msg_Box.htm#limitations
The path on the Box specified in "from_box_content_path" etc. must be written in a format that can be referred to by the user specified in "login".
For this reason, in the case of the question, please describe it as follows:
If user A is specified as "login," enter "/a/b/data.txt" in "from_box_content_path.
If user B is specified as "login," enter "/b/data.txt" in "from_box_content_path.
Comments
0 comments
Article is closed for comments.