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

fenario's avatar
fenario
Explorer | Level 3
7 years ago

golang file upload

Hi,   I was able to upload a file using golang using this:   var (             body = &bytes.Buffer{}             writer = multipart.NewWriter(body)         )         b := dropboxAPI{      ...