Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.
Forum Discussion
jenseno
9 years agoExplorer | Level 4
SDK not compatible with Unity3D (.Net 2.0 mono)
Hi. I'm working on integrating dropbox support in my Unity3D app.
I can use the SDK just fine from regular .net, but it's not compatible with monos .net 2.0 SDK which Unity uses.
I'm looking for a straight C# solution as it needs to be compiled for both PC, Android and iOS.
Does anyone have experience with getting the SDK running in .net 2.0?
Otherwise my next plan will be using the HTTP SDK.
Thanks in advance
Odin
Each of the endpoints uses one of a few formats, indicated in the "endpoint format" section of the documentation for the endpoint. For example, /2/files/get_metadata uses the RPC format and /2/files/download uses the Content-download format. That Request and response formats section explains how each format works.
4 Replies
Replies have been turned off for this discussion
- Greg-DB9 years ago
Dropbox Community Moderator
The Dropbox API v2 .NET SDK doesn't officially support Unity unfortunately, so I'm afraid I can't offer a good solution here. I'll send this along as a feature request for Unity support to the team, but I can't make any promises as to if or when that would be implemented. - jenseno9 years agoExplorer | Level 4
Ok thanks :)
I'm trying to access the REST API from Unity now. It works even though it took me som use of Fiddler to find out your response was in the responce header and not the body. But I guess I should have read the documentation ;)
- Greg-DB9 years ago
Dropbox Community Moderator
Each of the endpoints uses one of a few formats, indicated in the "endpoint format" section of the documentation for the endpoint. For example, /2/files/get_metadata uses the RPC format and /2/files/download uses the Content-download format. That Request and response formats section explains how each format works.
- jenseno9 years agoExplorer | Level 4
Thanks for all your help. Your REST API is very simply and I already got upload and download working.
Next I'll try my hands at the authentication ;)
Regards
Odin
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,039 PostsLatest Activity: 13 hours ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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!