داده های آپلود عکس کاربر در قالب وب ایمن Base64 در بایت. این یعنی:
کاراکتر اسلش (/) با کاراکتر زیرخط (_) جایگزین می شود.
کاراکتر علامت مثبت (+) با کاراکتر خط فاصله (-) جایگزین می شود.
علامت مساوی (=) با ستاره (*) جایگزین می شود.
برای padding، از کاراکتر نقطه (.) به جای تعریف RFC-4648 baseURL استفاده می شود که از علامت تساوی (=) برای padding استفاده می کند. این کار برای ساده کردن تجزیه URL انجام می شود.
اندازه عکسی که آپلود می شود هر چه باشد، API آن را به 96x96 پیکسل کاهش می دهد.
رشته ای با کد base64.
mimeType
string
نوع MIME عکس. مقادیر مجاز عبارتند از JPEG ، PNG ، GIF ، BMP ، TIFF ، و کدگذاری مبتنی بر وب ایمن base64.
داده های آپلود عکس کاربر در قالب وب ایمن Base64 در بایت. این یعنی:
کاراکتر اسلش (/) با کاراکتر زیرخط (_) جایگزین می شود.
کاراکتر علامت مثبت (+) با کاراکتر خط فاصله (-) جایگزین می شود.
علامت مساوی (=) با ستاره (*) جایگزین می شود.
برای padding، از کاراکتر نقطه (.) به جای تعریف RFC-4648 baseURL استفاده می شود که از علامت تساوی (=) برای padding استفاده می کند. این کار برای ساده کردن تجزیه URL انجام می شود.
اندازه عکسی که آپلود می شود هر چه باشد، API آن را به 96x96 پیکسل کاهش می دهد.
رشته ای با کد base64.
mimeType
string
نوع MIME عکس. مقادیر مجاز عبارتند از JPEG ، PNG ، GIF ، BMP ، TIFF ، و کدگذاری مبتنی بر وب ایمن base64.
تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]