Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can my app be notified of file updates on my Google Drive folder?

I'd like my app to be notified whenever files are added, deleted or modified on my Google Drive directory (or subdirectory). Does Google Drive support webhooks o similar mechanisms for 3rd party integration? I couldn't find anything like that in the API docs.

Thanks in advance.

like image 594
ismaSan Avatar asked Apr 24 '12 17:04

ismaSan


People also ask

Can Google Drive notify changes in folder?

Turn on notifications In Chrome Browser, open Drive. and select Settings. On the left, click Notifications and choose an option: To receive updates on your web browser, check the Get updates about Google Drive items in your browser box, and select the items you want to be notified about.

Does Google Drive have notifications?

You can choose whether to get mobile, web, or email notifications from Google Drive.

Where do Google Drive notifications go?

Getting started End users: Open the Google Drive app, navigate to “Priority” (or “Home” if you're not a Google Workspace customer) and find the “Notifications” tab on the top part of the screen. All available notifications will be here, even if you don't opt-in to device notifications.


2 Answers

We now support push notifications for early access program members. One of our recent blog posts announces this.

Google Drive API Push Notifications We also told developers about an upcoming Push Notifications system at Google IO 2012. Push Notifications will allow you to get near-instant notifications when files are modified in Google Drive. In the past you would typically have had to frequently poll the Drive API to check if files have been modified to obtain similar results, Push notifications makes this super efficient.

Join the early access program here.

like image 141
Vic Fryzel Avatar answered Sep 18 '22 13:09

Vic Fryzel


Google IO 2012 had an announcement about Push Notifications and an Apps Script example from IO is available as a web app Drive Eye

like image 22
DavidF Avatar answered Sep 17 '22 13:09

DavidF