Hi, I built an Android app for a client that controls a ground-based drone. The vehicle moves back and forth across an area and the app collects data from a sensor as it goes. When complete, the data is saved into a file. That file, along with a couple of others are zipped into a small zip file and uploaded somewhere. The idea is that as one of my client's customers uses the app and the vehicle, the client can see the incoming "missions" and check to make sure they're getting the correct data. The client and I agreed that Dropbox would be ideal for this.
So I have the Dropbox SDK integrated into the app, and uploads are working properly. In order to do this, I had to define an app in Dropbox, and the files I upload are confined to my app's folder under "/Apps". I'm currently in "Development" status, and so I can't share this folder with my client so he can actually see the files. I assumed this is because my Dropbox "app" is in "Development" status. So I applied for "production" status and was told that I can't because production status is meant for something like 500 (or was it 50?) users to link to it. In my case, one person needs to link to it.
So am I doing this all wrong? It seems like a pretty simple thing to do, but I also appear to be stuck. If this were a desktop app, I could just copy output files wherever I want, including a Dropbox folder. But since this is Android, there is no Dropbox folder on the device that I can find. Can anyone lend insight into how I can do this?
Thanks,
Kelly