Drive Activity API
Google Drive में हुई गतिविधि का पुराना व्यू दिखाता है.
सेवा: driveactivity.googleapis.com
इस सेवा को कॉल करने के लिए, हमारा सुझाव है कि आप Google की क्लाइंट लाइब्रेरी का इस्तेमाल करें. अगर इस सेवा को कॉल करने के लिए आपके ऐप्लिकेशन को आपकी खुद की लाइब्रेरी की ज़रूरत है, तो एपीआई अनुरोध करते समय यहां दी गई जानकारी का इस्तेमाल करें.
डिस्कवरी दस्तावेज़
डिस्कवरी दस्तावेज़ एक ऐसी खास जानकारी है जिसे मशीन आसानी से पढ़ सकती है. इससे REST API के बारे में जानकारी मिलती है और उसका इस्तेमाल किया जाता है. इसका इस्तेमाल क्लाइंट लाइब्रेरी, IDE प्लगिन, और Google API के साथ इंटरैक्ट करने वाले अन्य टूल बनाने के लिए किया जाता है. एक सेवा में, आपकी खोज से जुड़े कई दस्तावेज़ मिल सकते हैं. यह सेवा, खोज के लिए ये दस्तावेज़ उपलब्ध कराती है:
सर्विस एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो किसी एपीआई सेवा के नेटवर्क पते के बारे में बताता है. एक सेवा में एक से ज़्यादा सेवा एंडपॉइंट हो सकते हैं. इस सेवा में नीचे दिया गया सर्विस एंडपॉइंट है और नीचे दिए गए सभी यूआरआई, इस सर्विस एंडपॉइंट से जुड़े हैं:
https://driveactivity.googleapis.com
तरीके |
query |
POST /v2/activity:query
Google Drive में पिछली गतिविधि के बारे में क्वेरी करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-05 (UTC) को अपडेट किया गया."],[[["The Drive Activity API provides a historical view of activity within Google Drive."],["Developers are encouraged to use Google-provided client libraries to interact with the API."],["The API can be accessed through REST endpoints, enabling programmatic retrieval of activity data."],["The primary function of the API is to query past activity using the `query` method."],["Detailed API specifications are available in the provided Discovery document."]]],["The Google Drive Activity API (v2) allows querying historical activity within Google Drive. The service, accessible via `driveactivity.googleapis.com`, uses a RESTful interface with a specified discovery document and service endpoint. Applications can interact using Google-provided client libraries or custom libraries. The core method is `activity.query`, enabling POST requests to `/v2/activity:query` for retrieving past Drive activity data.\n"]]