|
|
@ -27,7 +27,6 @@ class drive_api(API): |
|
|
self.filesystem['/'][0] = root_meta |
|
|
self.filesystem['/'][0] = root_meta |
|
|
|
|
|
|
|
|
def __inner_path_func__(self,path,parent): |
|
|
def __inner_path_func__(self,path,parent): |
|
|
print(path) |
|
|
|
|
|
if len(path) > 1: |
|
|
if len(path) > 1: |
|
|
n = path.pop() |
|
|
n = path.pop() |
|
|
try: |
|
|
try: |
|
|
|