User
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลเกี่ยวกับผู้ใช้ไดรฟ์
การแสดง JSON |
{
"displayName": string,
"kind": string,
"me": boolean,
"permissionId": string,
"emailAddress": string,
"photoLink": string
} |
ช่อง |
displayName |
string
เอาต์พุตเท่านั้น ชื่อที่แสดงเป็นข้อความธรรมดาสำหรับผู้ใช้นี้
|
kind |
string
เอาต์พุตเท่านั้น ระบุประเภทของทรัพยากร ค่า: สตริงคงที่ drive#user
|
me |
boolean
เอาต์พุตเท่านั้น ผู้ใช้รายนี้เป็นผู้ใช้ที่ส่งคำขอหรือไม่
|
permissionId |
string
เอาต์พุตเท่านั้น รหัสของผู้ใช้ตามที่แสดงในทรัพยากรสิทธิ์
|
emailAddress |
string
เอาต์พุตเท่านั้น อีเมลของผู้ใช้ ซึ่งอาจไม่ปรากฏในบางบริบทหากผู้ใช้ไม่ได้ตั้งค่าให้ผู้ขอเห็นอีเมลของตน
|
photoLink |
string
เอาต์พุตเท่านั้น ลิงก์ไปยังรูปโปรไฟล์ของผู้ใช้ (หากมี)
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a Drive user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"displayName\": string, \"kind\": string, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. A plain text displayable name for this user. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`. |\n| `me` | `boolean` Output only. Whether this user is the requesting user. |\n| `permissionId` | `string` Output only. The user's ID as visible in Permission resources. |\n| `emailAddress` | `string` Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. |\n| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]