I am wondering are there any examples on Git of the implementation of Drive REST Api push notifications on an android app?
My app is built on GDAA currently but that doesn't support the kind of real time notifications I need for changes to files, and the documentation is not particularly clear on how to send the post request in java, where to send it etc.
I suspect what this user has working is what I need, but he did not post his full code. Google Drive REST API Notifications not working for changes in app folder
Thanks!