Method: properties.list

מציין את המאפיינים של קובץ.

בקשת HTTP

GET https://www.googleapis.com/drive/v2/files/{fileId}/properties

בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.

פרמטרים של נתיב

פרמטרים
fileId

string

המזהה של הקובץ.

גוף הבקשה

גוף הבקשה חייב להיות ריק.

גוף התשובה

אוסף של מאפיינים, צמדי מפתח/ערך, ציבוריים או פרטיים לאפליקציה.

אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:

ייצוג JSON
{
  "kind": string,
  "etag": string,
  "selfLink": string,
  "items": [
    {
      object (Property)
    }
  ]
}
שדות
kind

string

הערך הוא תמיד drive#propertyList.

etag

string

ה-ETag של הרשימה.

items[]

object (Property)

רשימת הנכסים.

היקפי ההרשאות

נדרש אחד מהיקפי ההרשאות הבאים של OAuth:

  • https://www.googleapis.com/auth/docs
  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.appdata
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.meet.readonly
  • https://www.googleapis.com/auth/drive.metadata
  • https://www.googleapis.com/auth/drive.metadata.readonly
  • https://www.googleapis.com/auth/drive.photos.readonly
  • https://www.googleapis.com/auth/drive.readonly

חלק מההיקפים מוגבלים וצריך לבצע בדיקת אבטחה כדי להשתמש בהם באפליקציה. מידע נוסף זמין במדריך להרשאות.