I am developing an Android application using Dropbox Datastore. I can view tables and records on the Dropbox API console webpage. Is there a way to delete a table from this site? Right now I am executing a special method from my application to clear the table.
No, the data warehouse browser is read-only. But on this page, you can execute JavaScript in your browser console to do this. For instance.
datastore_manager.deleteDatastore('default');
Source: https://habr.com/ru/post/1542385/More articles:Java: extracting a zip file with multiple subdirectories - javaOutOfMemoryException is selected only at compilation in release - garbage-collectionFill NULL column values with delay values (N) - sqlOutOfMemoryException only in Release mode when compiling with VS2010? - c #Slowness in MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute () - performancebackgrounds of yaml - xmlPillow resizes pixel images - Django / Pillow - pythonSimple_form association has_and_belongs_to_many does not update - ruby-on-railsWhat is the difference between static functions and a function outside a class in PHP? - oopset -e игнорируется в подоболочке, за которым следует оператор условного управления - bashAll Articles