I have noticed this issue(The sharing links are not getting updated whenever a change is made to a file. The sharing URL still shows the initial file.) in 2 places.
1) In the dropbox in node from the node-red-node-dropbox module in Node-RED. This node should constantly watch a Dropbox folder for changes and it should emit messages when any changes occur. This doesn't work.
2) Say I'm uploading a file called image.jpg to dropbox and when I'm downloading the same file using the URL https://www.dropbox.com/s/xxxxxxx/image.jpg?raw=1 after another update to that file, the changed or updated version of the image is not being downloaded.
Any help is appreciated!