file2 = drive.CreateFile({'id': <file id>}) file2['parents'] = [{"kind": "drive#parentReference", "id": <destination_id>}] file2.Upload()