Currently, the Dropbox API will tell you if a remote file is a symlink and where it points to in the "symlink_info" field of the "FileMetadata". This is useful to know so we can either skip that file during download or create a corresponding local symlink.
However, the reverse does not seem to be currently possible: How do we create a symlink entry in the remote Dropbox folder? `files/upload` or `files/create_folder` are the only API endpoints that allow creating entries on the server and neither of them appears to support creating symlinks. Have I overlooked something or this currently just not possible?