Re: [Interest] Qt and Dropbox API v2

2016-11-02 Thread Bob Hood

On 10/20/2016 5:29 PM, Bob Hood wrote:
Anybody know of a library, either C++- or (preferably) Qt-based, that 
implements an interface to Dropbox using its new APIv2?


I did it myself.

https://github.com/b0bh00d/QtDropbox2

In case anybody else has a need to access Dropbox via Qt using APIv2.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Qt and Dropbox API v2

2016-10-20 Thread Bob Hood
Anybody know of a library, either C++- or (preferably) Qt-based, that 
implements an interface to Dropbox using its new APIv2? I'm trying to use the 
one by lycis[1], but it is implemented only for APIv1 and it's giving me some 
heartburn when I try to have my registered app use it for access.  
Additionally, it lacks some basic functionality--like adding or removing 
folders--and looks like it was abandoned nearly two years ago.


Google searches are pretty sparse, and then any hits only have APIv1 
implementations.


[1] https://github.com/lycis/QtDropbox

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest