├── .gitattributes ├── .gitignore ├── GoogleDrive_Migration.ipynb └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx-xlx/gdrive-migration/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .autogit -------------------------------------------------------------------------------- /GoogleDrive_Migration.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx-xlx/gdrive-migration/HEAD/GoogleDrive_Migration.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alx-xlx/gdrive-migration/HEAD/README.md --------------------------------------------------------------------------------