Is this possible?
We want users of our software to be able to upload diagnostic information (logs etc) to our Dropbox simply - eg by clicking a button in our software - so that we an use that information to help them. I wouldn't have thought this would be that unusual an idea.
I'm not sure that's something that the API/authentication system is set up to allow, but I may be missing something.
We don't want users to have to have their own Dropbox accounts, and we don't want to be putting full-access authentication keys into our software that could be used to download other users' logs. So, we'd want an 'upload only' authentication method, but I can't see that that's possible at the moment.
Is that correct that it's not really feasible, or is there some way to do this?
The 'File Request' system (not API) looked like it may be helpful, but I can't see any way to automate the uploads to that.
The only way I've thought around this would be for our software to upload the data to our website first, and then for our website to upload to Dropbox (because it's OK to store the authentication details on our webserver where users don't have access). But, that seems overly complicated for something that should really be straightforward.