Creates a new directory in the cloud storage.
@override Future<void> createDirectory(String path) async { _checkAuth(); await _getOrCreateFolder(path); }