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

Alain1010's avatar
Alain1010
Explorer | Level 3
6 years ago

Success upload file but can't open file !

Hello,

I uploaded a file in my dropbox thanks to the API. But for each file uploaded, it is 15 bytes and I can't open it in dropbox.

Can you tell me how to fix this issus please?

I'm using a SDK Javascript.

Thanks a lot

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    If the files you're trying to upload aren't each 15 bytes, it sounds like there may be an issue with the upload implementation you're using. Can you share the code you're using so we can take a look?

      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        Thanks for following up. I just gave that sample a try myself, and it worked fine for me. I was able to upload multiple files of various sizes correctly.

        Can you let me know more about where/how you're running this? For the example, did you follow the instructions here for running it? 

        And for your own code, what is req.files.file exactly? Can you step in with a debugger to check the value? (You may also want check the actual 15 bytes of content that is uploaded to see what it is actually.)

        Can you also double check if the original local file you're uploading is itself accidentally only 15 bytes?