We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Lukag
3 months agoCollaborator | Level 8
Error reading file async
I had a problem to download a file ( an Image ) and someone recommended to me to do asynchronously.
I changed my code so :
Async Function _take_file(ByVal _file As String) As Task
....
Dim ...
Greg-DB
3 months agoDropbox Staff
I see you're getting a System.NullReferenceException. As Здравко said, that's not an error from the Dropbox API itself. You can find Microsoft's documentation for that exception here though.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 5 hours 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!