Hello, good afternoon for all, i am here again for other problem related to get temporary link from file.
I made a Laravel system using the Dropbox API to get a file from user, upload it and later, get a access for this file and delete it if necessary. The problem is that upload the file and Dropbox change the file name to a own Dropbox hash system. And it difficult me to get the temporary link automatically via Laravel, because my system don't know now my file name automatically. Does exist a way to me disable the file name name alteration? Or does exists other way to do this feature more simplest?
I will be gratefull