Hi,
My IOS developer who is relatively new to programming, is adding the feature to download CSV files from user's dropbox shared folders into our IOS mobile APP. Previously we were using the "cloudrail" APIs to accomplish this and it worked. But now the "cloudrail" is no more being developed and hence we are trying to directly use the dropbox-APIs in our app. But we are facing difficulties and need some help.
The programmer is now trying a simple IOS mobile app using the dropbox Swift API, but facing errors. Our questions are the following.
1. Does the end user's mobile device need to have the dropbox's app already installed for our app to access the dropbox?
2. We don't want to force our end-user to install the dropbox's own app to be installed on their mobile device. Still, they should be able to use our app to download a CSV file from the dropbox folder and process the data in the CSV file in our mobile. That is, we just want the file download feature and nothing else. Which dropbox APIs are useful for our purpose? We are using the Swift latest version.
Any pointers in the right direction is appreciated.
Regards,
Matt