Posts & RepliesC# API implementation I've implemented a full client implementation of the REST API of Dropbox in C#: https://github.com/saguiitay/DropboxRestAPI I would love to get some feedback. Re: get email addresses of members of your shared_foldersAny update on this?Re: Provide email address in membership of shared folders I need this feature as well. Any update on this? Re: read a file from dropbox c# Take a look at my library: https://github.com/saguiitay/DropboxRestAPI It should allow you to do everything you want in Dropbox, using a simple API... Basically, your problem is authentication -...