pushya
pushya

Reputation: 4418

How to check if a folder is deleted in Google Drive API?

is their a way to check by making an API call to google Drive that if a particular folder/file is Deleted?

Upvotes: 2

Views: 1512

Answers (1)

Jay Lee
Jay Lee

Reputation: 13528

use files.get() and look at the labels.trashed attribute.

Upvotes: 2

Related Questions