We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Start the mongo client.
mongo
Then switch to the correct db
use DriveFS
then drop the tables
db.GDriveData.drop(); db.settings.drop();