Google drive V3 api files: watch
up vote
1
down vote
favorite
I am using the v3 drive files: watch api: files.watch
When I use a spreadsheet from my drive, I am receiving notifications. However it doesn't work when a spreadsheet from team drive is used. I have tried using the supportsTeamDrives: true as mentioned in the API but still unsuccessful.
Is there any additional param to be requested or does google drive api not support watch for team drive?
Any solution will be helpful.
google-api google-drive-sdk google-drive-realtime-api gsuite
New contributor
add a comment |
up vote
1
down vote
favorite
I am using the v3 drive files: watch api: files.watch
When I use a spreadsheet from my drive, I am receiving notifications. However it doesn't work when a spreadsheet from team drive is used. I have tried using the supportsTeamDrives: true as mentioned in the API but still unsuccessful.
Is there any additional param to be requested or does google drive api not support watch for team drive?
Any solution will be helpful.
google-api google-drive-sdk google-drive-realtime-api gsuite
New contributor
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am using the v3 drive files: watch api: files.watch
When I use a spreadsheet from my drive, I am receiving notifications. However it doesn't work when a spreadsheet from team drive is used. I have tried using the supportsTeamDrives: true as mentioned in the API but still unsuccessful.
Is there any additional param to be requested or does google drive api not support watch for team drive?
Any solution will be helpful.
google-api google-drive-sdk google-drive-realtime-api gsuite
New contributor
I am using the v3 drive files: watch api: files.watch
When I use a spreadsheet from my drive, I am receiving notifications. However it doesn't work when a spreadsheet from team drive is used. I have tried using the supportsTeamDrives: true as mentioned in the API but still unsuccessful.
Is there any additional param to be requested or does google drive api not support watch for team drive?
Any solution will be helpful.
google-api google-drive-sdk google-drive-realtime-api gsuite
google-api google-drive-sdk google-drive-realtime-api gsuite
New contributor
New contributor
edited Nov 21 at 7:24
DaImTo
41.6k1056232
41.6k1056232
New contributor
asked Nov 21 at 5:49
Chandra Prakash
61
61
New contributor
New contributor
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago
add a comment |
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Chandra Prakash is a new contributor. Be nice, and check out our Code of Conduct.
Chandra Prakash is a new contributor. Be nice, and check out our Code of Conduct.
Chandra Prakash is a new contributor. Be nice, and check out our Code of Conduct.
Chandra Prakash is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405952%2fgoogle-drive-v3-api-files-watch%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried.
– abielita
Nov 22 at 8:03
Endpoint used: googleapis.com/drive/v3/files/[SPREADSHEETID]/watch URL params: supportsTeamDrives: true, includeTeamDriveItems: true, teamDriveId: DRIVE_ID Payload: id: UUID, type: 'web_hook', address: NOTIFICATION_URL, expiration:1543407976000 The webhook gets created. But doesn't notify when the file in drive is updated. It works for files in My drive as mentioed in description above.
– Chandra Prakash
15 hours ago