You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Luan09's avatar
Luan09
Explorer | Level 4
3 years ago

Can you help me full definition of User-Agent in DropboxClientConfig

Hi everyone, Please help me full definition of User-Agent in DropboxClientConfig, I use SDK for .NET, in my code: var config = new DropboxClientConfig([userAgent]"AppTest") { HttpClient = httpCli...
  • Здравко's avatar
    3 years ago

    Luan09 wrote:

    Hi everyone, Please help me full definition of User-Agent in DropboxClientConfig, ...


    Hi Luan09,

    It's hard to be set exact definition. In HTTP is a optional header that lets the client describe itself to the server. By default all Dropbox SDKs put there information describing themself. You can add additional information (describing your application specifically, if you want) to this header, passing it through as parameter. Directives to format such an info can be seen here.

    Hope this clarifies matter.