Curious about A, B, C, and D drives? Learn what they mean and how to use them effectively with Dropbox in this handy guide! - check it out now!
Forum Discussion
lymanhurd
2 years agoExplorer | Level 3
Python SDK: Can one identify email address for a specific file upload?
I have an app which is restricted to a single folder which polls for received uploads, downloads the file, processes it and then uploads the result. At this point I need to inform the original uploa...
- 2 years ago
lymanhurd Thanks for following up and clarifying. Dropbox does not offer an API for retrieving the specific details for file request submissions like that, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. That being the case, you'd need to create unique file requests/folders as you mentioned.
lymanhurd
2 years agoExplorer | Level 3
I apologize for a lack of clarity. Let me elaborate further, and thank you for responding.
I am not assuming that my "customers" have a Dropbox account. I am asking them to upload a file to my Dropbox account and then I have an automated process hosted in the AWS cloud which uses the Python SDK to download the file to be processed and subsequently upload the processed file to Dropbox, again to my Dropbox, and then notifying the original poster that their processed file is available for them to download.
I know that I could engineer the workflow so that I create a folder per customer and then it would be clear who to reply to. I was wondering if there was a more efficient way to accomplish this, which could be done if I could retrieve which files were uploaded as a result of which file requests (clearly having each file request have its own folder is one way to distinguish). Thanks.
I strongly suspect, from viewing analogous questions that the answer is "no", but I did not find an answer that I thought definitively answered exactly this question and also some of the relevant posts were three years old!
Здравко
2 years agoLegendary | Level 20
😁Hi again lymanhurd, Is that some sort of rhetoric? 🤔
lymanhurd wrote:...
I strongly suspect, from viewing analogous questions that the answer is "no", but I did not find an answer that I thought definitively answered exactly this question and also some of the relevant posts were three years old!
Why to be NO? I have no idea where you read it, but it's different context, most probably. In a bit above in your previous post:
lymanhurd wrote:... I was wondering if there was a more efficient way to accomplish this, which could be done if I could retrieve which files were uploaded as a result of which file requests (clearly having each file request have its own folder is one way to distinguish). ...
Is this some sort of joke? 😜 If you didn't yet, take a look on /2/file_requests/create, more precisely the "destination" parameter. 😉 What's it for? What if you assign different folder for every active request? ...and all different users, you're working with, got their own request link(s) that point to corresponding assigned folder(s) - least one folder per user.
Hope this clarifies matter.
PS: I forgot you're asking about Python SDK. Equivalent point in documentation there can be seen here. The same param is on focus.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,961 PostsLatest Activity: 7 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!