UserPhoto
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
JSON gösterimi |
{
"id": string,
"primaryEmail": string,
"kind": string,
"etag": string,
"photoData": string,
"mimeType": string,
"width": integer,
"height": integer
} |
Alanlar |
id |
string
API'nin kullanıcıyı benzersiz şekilde tanımlamak için kullandığı kimlik.
|
primaryEmail |
string
Kullanıcının birincil e-posta adresi.
|
kind |
string
API kaynağının türü. Fotoğraf kaynakları için bu değer admin#directory#user#photo 'tür.
|
etag |
string
Kaynağın ETag'i.
|
photoData |
string (bytes format)
Kullanıcı fotoğrafının yükleme verileri, bayt cinsinden web'de güvenli Base64 biçiminde. Bunun anlamı şudur:
- Eğik çizgi (/) karakteri, alt çizgi (_) karakteriyle değiştirilir.
- Artı işareti (+) karakteri, tire (-) karakteriyle değiştirilir.
- Eşittir işareti (=) karakteri yıldız işaretiyle (*) değiştirilir.
- Dolgu için, dolgu amacıyla eşit işareti (=) kullanan RFC-4648 baseURL tanımı yerine nokta (.) karakteri kullanılır. Bu, URL ayrıştırmayı basitleştirmek için yapılır.
- API, yüklenen fotoğrafın boyutu ne olursa olsun fotoğrafı 96x96 piksele küçültür.
Base64 kodlu bir dize.
|
mimeType |
string
Fotoğrafın MIME türü. İzin verilen değerler: JPEG , PNG , GIF , BMP , TIFF ve web'de güvenli Base64 kodlaması.
|
width |
integer
Fotoğrafın piksel cinsinden genişliği.
|
height |
integer
Fotoğrafın piksel cinsinden yüksekliği.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-24 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]