Ok possibly a stupid question but please bear with me.
I have a lot of jpgs that I need to reference the location in a csv file that I use to import into an application for example on my local pc
/amazon/m/a/123.jpg
/amazon/o/b/456.jpg
/amazon/h/o/567.jpg
is there a way in dropbox that the location for the /amazon/ part would always be the same (or replaced with a constant url) and then i can just reference the rest of the url in the path for example
https://www.dropbox.com/scl/fo/giz6zljyy423423423e86j2i//m/a/123.jpg
https://www.dropbox.com/scl/fo/giz6zljyy423423423e86j2i//m/a/456.jpg
https://www.dropbox.com/scl/fo/giz6zljyy423423423e86j2i//m/a/789.jpg
At the moment I'm just using a local web server and ref the images to do this i.e {local ip}/amazon/{rest of the url}