UserPhoto
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג ב-JSON |
{
"id": string,
"primaryEmail": string,
"kind": string,
"etag": string,
"photoData": string,
"mimeType": string,
"width": integer,
"height": integer
} |
שדות |
id |
string
המזהה שבו ה-API משתמש כדי לזהות את המשתמש באופן ייחודי.
|
primaryEmail |
string
כתובת האימייל הראשית של המשתמש.
|
kind |
string
הסוג של משאב ה-API. למשאבים של Google Photos, הערך הוא admin#directory#user#photo .
|
etag |
string
ה-ETag של המשאב.
|
photoData |
string (bytes format)
נתוני ההעלאה של תמונת המשתמש בפורמט Base64 שבטוח לשימוש באינטרנט, בייטים. כלומר:
- התו / (קו נטוי) מוחלף בתו _ (קו תחתון).
- התו 'פלוס' (+) מוחלף בתו המקף (-).
- התו של סימן השוויון (=) מוחלף בכוכבית (*).
- כדי למלא את המקום, נעשה שימוש בתו הנקודה (.) במקום בהגדרה של baseURL ב-RFC-4648, שבה נעשה שימוש בסמל השוויון (=) כדי למלא את המקום. המטרה היא לפשט את ניתוח כתובות ה-URL.
- API מצמצם את התמונה לגודל 96x96 פיקסלים, ללא קשר לגודל התמונה שהועלו.
מחרוזת בקידוד Base64.
|
mimeType |
string
סוג ה-MIME של התמונה. הערכים המותרים הם JPEG , PNG , GIF , BMP , TIFF וקידוד base64 שמתאים לאינטרנט.
|
width |
integer
רוחב התמונה בפיקסלים.
|
height |
integer
גובה התמונה בפיקסלים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-24 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-24 (שעון UTC)."],[],[],null,["# UserPhoto\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"primaryEmail\": string, \"kind\": string, \"etag\": string, \"photoData\": string, \"mimeType\": string, \"width\": integer, \"height\": integer } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` The ID the API uses to uniquely identify the user. |\n| `primaryEmail` | `string` The user's primary email address. |\n| `kind` | `string` The type of the API resource. For Photo resources, this is `admin#directory#user#photo`. |\n| `etag` | `string` ETag of the resource. |\n| `photoData` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` The user photo's upload data in [web-safe Base64](https://en.wikipedia.org/wiki/Base64#URL_applications) format in bytes. This means: - The slash (/) character is replaced with the underscore (_) character. - The plus sign (+) character is replaced with the hyphen (-) character. - The equals sign (=) character is replaced with the asterisk (\\*). - For padding, the period (.) character is used instead of the RFC-4648 baseURL definition which uses the equals sign (=) for padding. This is done to simplify URL-parsing. - Whatever the size of the photo being uploaded, the API downsizes it to 96x96 pixels. A base64-encoded string. |\n| `mimeType` | `string` The MIME type of the photo. Allowed values are `JPEG`, `PNG`, `GIF`, `BMP`, `TIFF`, and web-safe base64 encoding. |\n| `width` | `integer` Width of the photo in pixels. |\n| `height` | `integer` Height of the photo in pixels. |"]]