all
I take a look at all rest apis for dropbox. There are two types: files(put, metadata.share, etc.) and opts(such as /fileops/move,/fileopt/copy, etc). But I am very puzzled that:
why restore/share method belong to file type. Thus the create folder belong to file opertions type? Generally speak, I think they are both actions. Why followed such types ?
Anybody knows? Thanks in advance.
https://www.dropbox.com/developers/reference/api#fileops-move
As the documentation states:
The fileopts are standard actions. Actions like share are none standard file actions.