We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
Alexey S.7
11 years agoNew member | Level 1
Help realise download file from Dropbox folder on Visual Basic 2015
I need help in realise downloading file from Dropbox folder on Visual Basic 2015. I found example code only on ASP.NET, but I can`t translate it to Visual Basic code.
async Task Download(DropboxCl...
Gene H.7
10 years agoNew member | Level 1
Since more than 6 months iam trying to figure it out, but it looks impossible to me, Finally iam here now
I wanna ask, i have uploaded a text file to dropbox, and i can see its content in my forms in VB.Net here is the code i used
Dim myWebClient As New System.Net.WebClient
Dim file As New System.IO.StreamReader(myWebClient.OpenRead("https://www.dropbox.com/s/yfarlrua18vbajo/PRUEBA.txt?dl=1"))
RichTextBox1.Text = file.ReadToEnd()
file.Close()
Now my Question is how can i edit this text or add more text into my text file from my VB application ? Is there any other way to edit this text from Visual basic only without using dropbox API ?
About Dropbox API Support & Feedback
Find help with the Dropbox API from 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!