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

foongzy's avatar
foongzy
New member | Level 2
6 months ago

Not found error when creating shared link

Hi all, I have a backend hosted in pythonanywhere that has this code snippet. It basically uploads the file and creates a sharing link from that uploaded file.       dbx = dropbox.Dropbox(dr...
  • Здравко's avatar
    6 months ago

    Hi foongzy,

    It's good idea to dump your var 'filename'. I tried to  reproduce your issue but everything works (despite sharing_create_shared_link is deprecated already). Let's see if the filename is some special case.

     

    PS: By the way something aside - it's time to think of moving to use refresh token! No long lived access token is issued already, but only short lived. If you need to reissue your access token, it wouldn't work anymore. Just keep in mind.