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

zap2it's avatar
zap2it
Explorer | Level 4
6 years ago

Vb.Net can upload a file to dropbox

Can you help me guys?  Im trying to upload my first file to dropbox using vb.net. But Still have error: Status-Code:0, Content-type:0 My code below, can you correct me where do I do a mistake?   ...
  • Greg-DB's avatar
    6 years ago

    Based on the output you shared, it looks like you're getting a status code of "0". That's not a real HTTP status code, however, so it looks like the HTTPS connection itself may not be succeeding. Is there any reason (e.g., proxy, firewall, security software, etc.) that you wouldn't be able to connect to https://content.dropboxapi.com?