Did anyone try to integrate Dropbox with Unity using the .NET API across both iOS and Android?
I’m thinking about doing it, the main issue being showing the HTML login URL and redirecting back to the app on completion.
Thanks in advance
Odin
Did anyone try to integrate Dropbox with Unity using the .NET API across both iOS and Android?
I’m thinking about doing it, the main issue being showing the HTML login URL and redirecting back to the app on completion.
Thanks in advance
Odin
For what purpose are you trying to integrate with dropbox. If your game needs online storage you might be better off going with Amazon S3 which has a very good C# API.
Hi. I need to store and retrieve backup data from my users dropbox. I got upload/download working through the REST API. The authentication causes troubles because of Unitys lousy support for async sockets.