After watch request, you will start receiving the notifications about changes via webhook, you can request a pagetoken from drive API, and fetch all the changes from that page token, each change will have entire data, file is added/removed/trashed/updated. Store the token from response, so that next time you fetch all new changes from that token
For more information, refer this video