An open API service indexing awesome lists of open source software.

https://github.com/lianaling/tasks-migration

Migrate Google Tasks manually
https://github.com/lianaling/tasks-migration

google-api google-takeout google-tasks google-tasks-api

Last synced: about 1 year ago
JSON representation

Migrate Google Tasks manually

Awesome Lists containing this project

README

          

# Manual Tasks Migration

Despite allowing export, there is no import option in `Google Tasks`. Migration has to be done manually.

### Export Data With Google Takeout

Export `Tasks` in `json` format.

### Clone Repository

`git clone https://github.com/lianaling/tasks-migration`

### Install Dependencies

`$ pip install -r requirements.py`

### Edit `request_tasks.json` as Needed

### [Create Project in Google Cloud Platform](https://cloud.google.com/resource-manager/docs/creating-managing-projects)

### [Enable Tasks API](https://support.google.com/googleapi/answer/6158841?hl=en)

### [Create API & OAuth2 Token](https://support.google.com/cloud/answer/6158849?hl=en)

### Create Environmental Variables as Needed

### Run Python Script

`$ python main.py`