We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Luan09
3 years agoExplorer | Level 4
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 = httpClient
};
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.
- ЗдравкоLegendary | Level 20
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.
- Luan09Explorer | Level 4
Thanks for your support. So that means declare User-Agent content won't affect the data sent or received when using dropbox's SDK right ?
- ЗдравкоLegendary | Level 20
Luan09 wrote:... User-Agent content won't affect the data sent or received when using dropbox's SDK right ?
Exactly... Its purpose is informative only. Some servers may be interested how are you trying access them (so they be able provide adapted content for instance). Dropbox servers targeting API access may log this information for debug purposes, but they ignore it in regards to the behavior.
- tanukrishnaNew member | Level 2
A user agent is any software that retrieves and presents Web content for end users or is implemented using Web technologies. User agents include Web browsers, media players, and plug-ins that help in retrieving, rendering and interacting with Web content.
- Luan09Explorer | Level 4
Thanks for your reply. Have a nice day !
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 6 days agoIf 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!