คุณกำลังดูเอกสารประกอบเดิมสำหรับ Google Photos Library API
เริ่มต้นใช้งานไลบรารีของไคลเอ็นต์ PHP
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ในการเริ่มใช้ Google Photos Library API กับไลบรารีของไคลเอ็นต์ PHP คุณจะต้องทำดังนี้
ตั้งค่าไลบรารีของไคลเอ็นต์ในสภาพแวดล้อมการพัฒนาของคุณ
แต่ก่อนที่จะดำเนินการดังกล่าว ให้กำหนดค่าโปรเจ็กต์โดยเปิดใช้ API
ผ่านคอนโซล Google API และตั้งค่ารหัสไคลเอ็นต์ OAuth 2.0
แอปพลิเคชันของคุณโต้ตอบกับ Google Photos ในนามของ
ผู้ใช้ Google Photos เช่น เมื่อคุณสร้างอัลบั้มใน
คลังภาพ Google Photos หรืออัปโหลดรายการสื่อไปยัง
บัญชี Google Photos ให้ผู้ใช้ให้สิทธิ์คำขอ API เหล่านี้ผ่าน
โปรโตคอล OAuth 2.0
รหัสไคลเอ็นต์ OAuth 2.0 ช่วยให้ผู้ใช้แอปพลิเคชันลงชื่อเข้าใช้ ตรวจสอบสิทธิ์
และด้วยการใช้ Library API Library API ไม่รองรับ
บัญชีบริการ หากต้องการใช้ API นี้ ผู้ใช้ต้องลงชื่อเข้าใช้บัญชี
บัญชี
เปิดใช้ API
ก่อนที่จะใช้ Library API ได้ คุณต้องเปิดใช้ API สำหรับโปรเจ็กต์ก่อน
- ไปที่คอนโซล Google API
- จากแถบเมนู ให้เลือกโปรเจ็กต์หรือสร้างโปรเจ็กต์ใหม่
- หากต้องการเปิดไลบรารี Google API จากเมนูการนำทาง ให้เลือก
API และ บริการ > คลัง
- ค้นหา "Google Photos Library API" เลือกผลลัพธ์ที่ถูกต้องและคลิก
เปิดใช้
ขอรหัสไคลเอ็นต์ OAuth 2.0
ทําตามขั้นตอนด้านล่างเพื่อขอรหัสไคลเอ็นต์ OAuth และกําหนดค่าให้กับ
แอปพลิเคชัน ตัวอย่างนี้ใช้แอปพลิเคชันที่ขั้นตอน OAuth ทั้งหมด
ฝั่งเซิร์ฟเวอร์ที่จัดการ อย่างเช่นในตัวอย่างของเรา ขั้นตอนการตั้งค่าอาจแตกต่างกันไป
เพื่อดูสถานการณ์การใช้งานอื่นๆ
- ไปที่คอนโซล Google API
แล้วเลือกโปรเจ็กต์
- จากเมนู ให้เลือก API & บริการ > ข้อมูลเข้าสู่ระบบ
- ในหน้าข้อมูลเข้าสู่ระบบ ให้คลิกสร้างข้อมูลเข้าสู่ระบบ > รหัสไคลเอ็นต์ OAuth
- เลือกประเภทแอปพลิเคชัน ในตัวอย่างนี้ ประเภทแอปพลิเคชันคือ
เว็บแอปพลิเคชัน
ลงทะเบียนต้นทางที่แอปของคุณได้รับอนุญาตให้เข้าถึง Google APIs
ดังนี้
- หากต้องการระบุรหัสไคลเอ็นต์ ให้ป้อนชื่อ
ในช่องต้นทาง JavaScript ที่ได้รับอนุญาต ให้ป้อนต้นทางสำหรับ
แอป ช่องนี้ไม่อนุญาตให้ใช้ไวลด์การ์ด
คุณป้อนต้นทางหลายแห่งได้เพื่อให้แอปทำงานบน
โปรโตคอล โดเมน หรือโดเมนย่อย URL ที่คุณป้อนได้รับอนุญาตให้
เริ่มคำขอ OAuth
ตัวอย่างต่อไปนี้แสดง URL การพัฒนาในเครื่อง (ตัวอย่างของเราใช้
localhost:8080
) และ URL เวอร์ชันที่ใช้งานจริง
http://localhost:8080
https://myproductionurl.example.com
ช่อง URL การเปลี่ยนเส้นทางที่ได้รับอนุญาตคือปลายทางที่รับ
การตอบกลับจากเซิร์ฟเวอร์ OAuth 2.0 โดยทั่วไป กรณีนี้จะรวมถึง
การพัฒนาซอฟต์แวร์และชี้ไปยังเส้นทางในแอปพลิเคชันของคุณ
http://localhost:8080/auth/google/callback
https://myproductionurl.example.com/auth/google/callback
คลิกสร้าง
-
ดาวน์โหลดไฟล์ JSON จากกล่องโต้ตอบไคลเอ็นต์ OAuth ที่แสดง
ที่มีการกำหนดค่าไคลเอ็นต์ของคุณ รายละเอียดไคลเอ็นต์ของคุณประกอบด้วย
ดังต่อไปนี้:
- Client-ID
- รหัสลับไคลเอ็นต์
ระบบจะใช้ไฟล์ JSON นี้เพื่อตั้งค่าในภายหลัง
ไลบรารีการตรวจสอบสิทธิ์ของ Google สำหรับ PHP ซึ่งทำงานร่วมกับไลบรารีของไคลเอ็นต์นี้
ก่อนที่คุณจะสามารถเปิดแอปพลิเคชันสาธารณะที่เข้าถึง Library API ได้
แอปของคุณต้องได้รับการตรวจสอบจาก Google "แอปที่ไม่ได้รับการยืนยัน" ปรากฏใน
เมื่อคุณทดสอบแอปพลิเคชัน จนกว่าจะ
ได้รับการยืนยันแล้ว
ตั้งค่าไลบรารีไคลเอ็นต์
ไลบรารีไคลเอ็นต์ PHP จะจัดการการเรียก API แบ็กเอนด์ทั้งหมดให้คุณ และแสดง
ออบเจ็กต์ friendly ที่ต้องทำงานด้วย ซึ่งรวมถึงตัวอย่างโค้ดสำหรับงาน API ทั่วไปบางรายการ
ขั้นแรก ให้ดาวน์โหลดและติดตั้งไลบรารีของไคลเอ็นต์ Google Photos Library API สำหรับ PHP พร้อมด้วย
ทรัพยากร Dependency จาก GitHub
จากนั้นให้ตั้งค่าข้อมูลเข้าสู่ระบบ OAuth2 สำหรับ PHP
ตัวเลือกการดาวน์โหลด
ใช้ Composer
เพื่อรวมไลบรารีไว้เป็นทรัพยากร Dependency ในสภาพแวดล้อมในการพัฒนาซอฟต์แวร์ของคุณ เรียกใช้
ต่อไปนี้เพื่อเพิ่มไลบรารีลงในการกำหนดค่าโปรเจ็กต์และดาวน์โหลด
ลงในไดเรกทอรี vendor/
composer require google/photos-library
อีกวิธีหนึ่งคือ
โคลน
ที่เก็บ หรือ
ดาวน์โหลดไฟล์ที่บีบอัด
tarball
ตั้งค่าข้อมูลเข้าสู่ระบบ OAuth2 สำหรับ PHP
ไลบรารีของไคลเอ็นต์นี้ใช้งานได้กับ
คลังการตรวจสอบสิทธิ์ของ Google สำหรับ
PHP สำหรับข้อมูลเพิ่มเติม
โปรดดูที่การใช้ OAuth 2.0 กับไลบรารีของไคลเอ็นต์ Google API สำหรับ
PHP
ใช้ข้อมูลเข้าสู่ระบบการตรวจสอบสิทธิ์ที่ไลบรารีการตรวจสอบสิทธิ์ส่งคืนมาเมื่อตั้งค่า
PhotosLibraryClient
ลองดูตัวอย่าง
ลองใช้โค้ดด้านล่างเพื่อทำการเรียก API ครั้งแรกของคุณโดยใช้ไลบรารีไคลเอ็นต์ PHP
use Google\Auth\Credentials\UserRefreshCredentials;
use Google\Photos\Library\V1\PhotosLibraryClient;
use Google\Photos\Library\V1\PhotosLibraryResourceFactory;
try {
// Use the OAuth flow provided by the Google API Client Auth library
// to authenticate users. See the file /src/common/common.php in the samples for a complete
// authentication example.
$authCredentials = new UserRefreshCredentials( /* Add your scope, client secret and refresh token here */ );
// Set up the Photos Library Client that interacts with the API
$photosLibraryClient = new PhotosLibraryClient(['credentials' => $authCredentials]);
// Create a new Album object with at title
$newAlbum = PhotosLibraryResourceFactory::album("My Album");
// Make the call to the Library API to create the new album
$createdAlbum = $photosLibraryClient->createAlbum($newAlbum);
// The creation call returns the ID of the new album
$albumId = $createdAlbum->getId();
} catch (\Google\ApiCore\ApiException $exception) {
// Error during album creation
} catch (\Google\ApiCore\ValidationException $e) {
// Error during client creation
echo $exception;
}
ยังมีอีก
ตัวอย่างใน GitHub
ให้คุณได้ลองใช้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-29 UTC
[[["เข้าใจง่าย","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-08-29 UTC"],[[["\u003cp\u003eTo use the Google Photos Library API with PHP, enable the API, request an OAuth 2.0 client ID, and set up the PHP client library.\u003c/p\u003e\n"],["\u003cp\u003eUsers must sign in with a Google Account as the API does not support service accounts, requiring OAuth 2.0 for authorization.\u003c/p\u003e\n"],["\u003cp\u003eSet up your OAuth2 credentials by configuring a web application in Google API Console with authorized origins and redirect URIs.\u003c/p\u003e\n"],["\u003cp\u003eDownload and install the Google Photos Library API client library for PHP using composer or by cloning the repository.\u003c/p\u003e\n"],["\u003cp\u003eAuthenticate users using the Google Auth Library for PHP, then utilize the PhotosLibraryClient to interact with the API and access its features.\u003c/p\u003e\n"]]],["To use the Google Photos Library API with PHP, first, enable the API in the Google API Console and create an OAuth 2.0 client ID, specifying your app's authorized JavaScript origins and redirect URIs. Download the client ID's JSON file, containing the client ID and secret. Next, install the PHP client library via Composer, and set up OAuth2 credentials using the downloaded JSON file. Use these credentials to set up the `PhotosLibraryClient` and try API calls.\n"],null,["# Get started with PHP client library\n\nTo start using the Google Photos Library API with the PHP client library, you will need to\n[set up the client library](#get-library) in your development environment.\nBefore you do that, [configure your project](#configure-app) by enabling the API\nvia the Google API Console and setting up an OAuth 2.0 client ID.\n\nYour application interacts with Google Photos on behalf of a\nGoogle Photos user. For instance, when you create albums in a user's\nGoogle Photos library or upload media items to a user's\nGoogle Photos account, the user authorizes these API requests via the\n[OAuth 2.0](/identity/protocols/OAuth2) protocol.\n\nThe OAuth 2.0 client ID allows your application users to sign in, authenticate,\nand thereby use the Library API. The Library API does not support\nservice accounts; to use this API, users must be signed in to a valid Google\nAccount.\n\nConfigure your app\n------------------\n\n### Enable the API\n\nBefore you can use the Library API, you must enable it for your project.\n\n1. Go to the [Google API Console](https://console.developers.google.com/apis/library).\n2. From the menu bar, select a project or create a new project.\n3. To open the Google API Library, from the Navigation menu, select **APIs \\& Services \\\u003e Library**.\n4. Search for \"Google Photos Library API\". Select the correct result and click **Enable**.\n\n### Request an OAuth 2.0 client ID\n\nFollow the steps below to request an OAuth client ID and configure it for your\napplication. This example uses an application where the entire OAuth flow is\nhandled server-side, such as the one in our samples. The setup process may vary\nfor other [implementation scenarios](/identity/protocols/OAuth2).\n\n1. Go to the [Google API Console](https://console.developers.google.com/apis/library) and select your project.\n2. From the menu, select **APIs \\& Services \\\u003e Credentials**.\n3. On the **Credentials** page, click **Create Credentials \\\u003e OAuth client ID**.\n4. Select your **Application type** . In this example, the application type is **Web application**.\n5. Register the origins from which your app is allowed to access the Google APIs\n as follows:\n\n 1. To identify the client ID, enter a name.\n 2. In the **Authorized JavaScript origins** field, enter the origin for your\n app. This field doesn't allow wildcards.\n\n You can enter multiple origins to allow your app to run on different\n protocols, domains, or subdomains. The URLs you enter are allowed to\n start an OAuth request.\n\n The following example shows a local development URL (our samples use\n `localhost:8080`) and a production URL. \n\n http://localhost:8080\n https://myproductionurl.example.com\n\n 3. The **Authorized redirect URI** field is the endpoint that receives\n responses from the OAuth 2.0 server. Typically, this includes your\n development environment and points to a path in your application.\n\n http://localhost:8080/auth/google/callback\n https://myproductionurl.example.com/auth/google/callback\n\n 4. Click **Create**.\n\n\u003c!-- --\u003e\n\n6. From the resulting OAuth client dialog, download the JSON file\n containing your client configuration. You client details consist of the\n following:\n\n - Client ID\n - Client secret\n\n This JSON file will be used later to [set up](#get-library)\n the Google Auth library for PHP which works with this client library.\n\nBefore you can launch a public application that accesses the Library API,\nyour app must be reviewed by Google. An \"Unverified app\" message appears on the\nscreen when you test your application, until it is\n[verified](https://support.google.com/cloud/answer/7454865).\n\nSet up the client library\n-------------------------\n\nThe PHP client library handles all the backend API calls for you, and exposes\nfriendly objects to work with, including code samples for some common API tasks.\nFirstly, download and install the Google Photos Library API client library for PHP along with\nthe dependencies from [GitHub](https://github.com/google/php-photoslibrary).\nThen, set up your OAuth2 credentials for PHP.\n\n### Download options\n\nUse [composer](https://github.com/google/php-photoslibrary#using-composer-require)\nto include the library as a dependency in your development environment. Run the\nfollowing command to add the library to your project configuration and download\nit to the `vendor/` directory. \n\n composer require google/photos-library\n\nAlternatively, you can also\n[clone the\nrepository](https://github.com/google/php-photoslibrary#using-git-clone) or\n[download a compressed\ntarball](https://github.com/google/php-photoslibrary#downloading-a-compressed-tarball).\n\n### Set up your OAuth2 credentials for PHP\n\nThis client library works with the\n[Google Auth Library for\nPHP](https://github.com/google/google-auth-library-php). For more information,\nrefer to [Using OAuth 2.0 with the Google API Client Library for\nPHP](https://developers.google.com/api-client-library/php/auth/web-app).\n\nUse the authentication credentials returned by the auth library when setting up\nthe `PhotosLibraryClient`.\n\nTry out some samples\n--------------------\n\nTry the code below to make your first API call using the PHP client library. \n\n use Google\\Auth\\Credentials\\UserRefreshCredentials;\n use Google\\Photos\\Library\\V1\\PhotosLibraryClient;\n use Google\\Photos\\Library\\V1\\PhotosLibraryResourceFactory;\n\n try {\n // Use the OAuth flow provided by the Google API Client Auth library\n // to authenticate users. See the file /src/common/common.php in the samples for a complete\n // authentication example.\n $authCredentials = new UserRefreshCredentials( /* Add your scope, client secret and refresh token here */ );\n\n // Set up the Photos Library Client that interacts with the API\n $photosLibraryClient = new PhotosLibraryClient(['credentials' =\u003e $authCredentials]);\n\n // Create a new Album object with at title\n $newAlbum = PhotosLibraryResourceFactory::album(\"My Album\");\n\n // Make the call to the Library API to create the new album\n $createdAlbum = $photosLibraryClient-\u003ecreateAlbum($newAlbum);\n\n // The creation call returns the ID of the new album\n $albumId = $createdAlbum-\u003egetId();\n } catch (\\Google\\ApiCore\\ApiException $exception) {\n // Error during album creation\n } catch (\\Google\\ApiCore\\ValidationException $e) {\n // Error during client creation\n echo $exception;\n }\n\nThere are more\n[samples](https://github.com/google/php-photoslibrary/tree/samples) on GitHub\nfor you to try."]]