Khoá API
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài liệu này mô tả về Khoá API, thời điểm sử dụng, cách lấy và cách sử dụng khoá đó với Thư viện ứng dụng API của Google cho .NET.
Giới thiệu
Khi gọi API không truy cập vào dữ liệu riêng tư của người dùng, bạn có thể sử dụng một khoá API đơn giản.
Khoá này dùng để xác thực ứng dụng của bạn cho mục đích kế toán.
Bạn có thể đọc thêm về khoá API trong tài liệu trên Console.
Lưu ý:
Nếu cần truy cập vào dữ liệu riêng tư của người dùng, bạn phải sử dụng
OAuth 2.0.
Sử dụng khoá API
Để sử dụng khoá API, hãy chuyển khoá đó vào thuộc tính BaseClientService.Initializer APIKey
. Ví dụ về API đơn giản trên trang Bắt đầu cung cấp một ví dụ đầy đủ có sử dụng các khoá API.
Bằng cách đặt thuộc tính APIKey
, bạn đảm bảo rằng mọi lệnh gọi bạn thực hiện đến dịch vụ đều sẽ bao gồm khoá API.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-31 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-31 UTC."],[[["\u003cp\u003eAPI keys are used for authenticating applications when accessing public data, not private user data.\u003c/p\u003e\n"],["\u003cp\u003eYou can create and manage API keys through the Credentials page in the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eTo use an API key with the Google API Client Library for .NET, set the \u003ccode\u003eAPIKey\u003c/code\u003e property within the \u003ccode\u003eBaseClientService.Initializer\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSecurely store and manage your API keys by adhering to Google's best practices.\u003c/p\u003e\n"]]],[],null,["This document describes API Keys, when to use them, how to acquire them,\nand how to use them with the Google API Client Library for .NET.\n\nIntroduction\n\n\nWhen calling an API that does not access private user data,\nyou can use a simple API key.\nThis key is used to authenticate your application for accounting purposes.\nYou can read more on [API keys](/console/help/using-keys) in the Console documentation.\n\n\n**Note** :\nIf you *do* need to access private user data, you must use\n[OAuth 2.0](/api-client-library/dotnet/guide/aaa_oauth).\n\nAcquiring API keys\n\n1. Open the [Credentials page](https://console.cloud.google.com/apis/credentials) in the API Console.\n2. Click **Create credentials \\\u003e API key** and select the appropriate key type.\n\nTo keep your API keys secure, follow the [best practices for\nsecurely using API keys](//cloud.google.com/docs/authentication/api-keys).\n\nUsing API keys\n\n\nTo use an API key, pass it to the\n[BaseClientService.Initializer `APIKey`](https://googleapis.dev/dotnet/Google.Apis/latest/api/Google.Apis.Services.BaseClientService.Initializer.html)\nproperty. The\n[Simple API Example](/api-client-library/dotnet/get_started#simple)\non the Get Started page provides a complete example that uses API keys.\n\n\nBy setting the `APIKey` property, you ensure that every call you make\nto the service will include the API key."]]