We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Anggadika
3 years agoExplorer | Level 3
refresh token using C# and all
Hi Dropbox,
Can you provide an example of making GetToken using .Net Developer C# and upload and download it at the same time. for Dropbox V2 APIs.
Thanks
Anggadika
3 years agoExplorer | Level 3
for my port it's done.
now the problem is when running the script (which I marked) it doesn't work anymore.
now i have problem while running this script
this result "An error occurred while sending the request."
Please Help Здравко
Здравко
3 years agoLegendary | Level 20
Hi again Anggadika,
Seems your system has some problems.
Anggadika wrote:...
this result "An error occurred while sending the request."
...
Such an error occurs when connection to the target server cannot be established. The reasons can be different, but typical case is DNS caching (and mismatch). To check in details, what's going on, better catch the actual exception (HttpRequestException) and dump all the information available there (including inners). After that fix it according your findings.
ADD: Since Dropbox API servers use TLSv1.2 only, another typical reason is mismatch in supported encryption setting. Make sure you have enabled TLSv1.2!
About Discuss Dropbox Developer & API
Make connections with other developers
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, Facebook or Instagram.
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!