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

h_vohra's avatar
h_vohra
Explorer | Level 4
5 years ago

Upload files to a specific folder using javascript

I want to upload my files to a specific folder in dropbox, I am using the filesUpload function to upload files. I want that the folder gets created 1st and then the files are stored in that folder.  ...
  • Здравко's avatar
    Здравко
    5 years ago

    :slight_smile: If you aren't sure what my advice mean, better keep your way of coding for now.

    Would be enough to concatenate file name to the folder path. Transform everything in your code which seems:

    dbx.filesUpload({path: '/' + fileName, contents: file})

    To something like:

     

    dbx.filesUpload({path: '/' + folderName + '/' + fileName, contents: file})

    Seems you just forgot it. :wink:

    Hope this helps.

     

About Discuss Dropbox Developer & API

Node avatar for Discuss Dropbox Developer & API

Make connections with other developers

795 PostsLatest Activity: 2 days ago
194 Following

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 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!