All notable changes to this project will be documented in this file.
- Google Drive API library
- virtual environment: env/
- google API folder: google_api/
- scripts to work with venv: run.sh, create_env.sh
- [1] paths like '/path/to/my//folder', as these are not being well understood by sync() [it splits it out by '/' resulting in an empty field].
- [2] creeateFolderResursively() not returning fileId of the new created folder.
- [3] sync() failing because of the previous mentionded issue.
- bug: don't write paths like '/path/to/my//folder', as these are not being well understood by sync() [it splits it out by '/' resulting in an empty field] Note this feture could be improved in the future.
- bug: createFolderResursively() not returning fileId of the new created folder.