Please enable JavaScript.
Coggle requires JavaScript to display documents.
Dropbox Copy File - Coggle Diagram
Dropbox Copy File
[Bot calls API to get user team member ID]
https://api.dropboxapi.com/2/team/members/list_v2
Provide file name that you want to copy:
[Single Input line- Mandatory]
<btn> Submit
[submit]
[Bot calls API with user ID in header]
https://api.dropboxapi.com/2/files/search_v2
[Result Found]
Below is/are you search results for [inputtext]
Select anyone to confirm:
<name1><type:tag> <path>
<name2><type:tag> <path>
....
<btn> View More
<name1><type:tag> <path>
[Current file path: path_lower]
[submit]
[BOT calls API to get folder list]
https://api.dropboxapi.com/2/files/list_folder
1 more item...
[View More]
[No Result Found]
Sorry, there was no result for search.
Retry?
<btn> Yes
<btn> No
[No]
Anything else?
[Yes]