alex-phillips / clouddrive-php

Amazon Cloud Drive API and CLI for PHP
MIT License
36 stars 9 forks source link

'No node by name 'Cloud Drive' found in the database.' #16

Closed therealssj closed 8 years ago

therealssj commented 8 years ago

I keep getting this error with the new sdk. Help?

alex-phillips commented 8 years ago

@Mwesome You'll probably need to do a clearcache and resync your account. There was a change some time ago in the code that changed the ROOT node in the database (since it doesn't have a name) to Cloud Drive. Or, if you want to you can manually go into the database, find the root node and simply change it's name to "Cloud Drive".

therealssj commented 8 years ago

Okay i just checked the database. For some strange reason its empty. Syncing it now. Thnx!