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

Magiclantern's avatar
Magiclantern
Explorer | Level 4
8 years ago

Dropbox/apps/appfolder accidentally deleted

Hi all,

i accidentally deleted my appfolder that was generated automatically while creating the app. 

When I try to recreate the folder it seems that it is not linked to the app and it is not working anymore.

 

i am accessing the app through a generated token from a Windows service that to upload my file. Now the app is not working after deleting the folder in restore it again.

 

anyhelp 

thanks

  • If you delete an app's app folder, that will effectively unlink the app, so further API calls will fail.

    If you want to use the app again, you'll need to link the app to your account again. (Just restoring the folder won't do this.) To relink the app, you can either process the OAuth app authorization flow, or generate a new token from the App Console.
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff
    If you delete an app's app folder, that will effectively unlink the app, so further API calls will fail.

    If you want to use the app again, you'll need to link the app to your account again. (Just restoring the folder won't do this.) To relink the app, you can either process the OAuth app authorization flow, or generate a new token from the App Console.
    • Magiclantern's avatar
      Magiclantern
      Explorer | Level 4

      thank you for your reply.. if i generated a new token, will the old generated token still work?

      i compiled my code with the old token and i cannot recompile it again to use the new one

       

      thanks

      • Magiclantern's avatar
        Magiclantern
        Explorer | Level 4

        update ..

        problem solved. and yes the old generated token will still work.

         

        thank you very much for the support