Take Your Search Game to the Next Level with Dropbox Dash  🚀✨ Curious how it works? Ask us here! 

Forum Discussion

Sam S.6's avatar
Sam S.6
Explorer | Level 4
4 years ago

API endpoint to create symlinks

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?

1 Reply

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    The API doesn't offer the ability to programmatically create symlinks, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.