Is someone please explain the meaning of "totaled from all sources" which described at below https://developers.google.com/drive/api/guides/properties
Maximum of 100 custom properties per file, totaled from all sources.
Maximum of 30 public properties per file, totaled from all sources.
Maximum of 30 private properties per file from any one application.
My intention is to store over 30 properties at drive file and can be able to search with all shared user. Is it possible to do it with drive properties api?
totaled from all sourcesrefers to any property that has been added to the file, irrespective of which app was used for this.That is, a file can have up to:
properties).appProperties).That is, you can have 30 public
propertiesplus 30appPropertiesper app, with a total maximum of 100.When those limits are reached, the API returns the following error message:
Reference: