Hi, is there a way to move an existing spreadsheet to a folder?
I tried with:
current_file['parents'][0]['id'] = folders[current_file_title_to_datetime.month-1]['id']
current_file.Upload()
it doesn't give errors but the current_file['parents'][0]['id'] didn't changed.
Thanks
Hi, is there a way to move an existing spreadsheet to a folder?
I tried with:
it doesn't give errors but the
current_file['parents'][0]['id']didn't changed.Thanks