संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Data Transfer API का इस्तेमाल करने के लिए, आपको ट्रांसफ़र तय करना होगा और फिर insert तरीके का इस्तेमाल करके उसे शुरू करना होगा. ट्रांसफ़र का मतलब एक या उससे ज़्यादा ऐसे ऐप्लिकेशन के संदर्भ में है, जिनका डेटा ट्रांसफ़र किया जाएगा और इनमें ऐप्लिकेशन के खास पैरामीटर शामिल हो सकते हैं.
ट्रांसफ़र की प्रोसेस की खास जानकारी यहां दी गई है:
वे ऐप्लिकेशन तय करें जिनके लिए आप डेटा ट्रांसफ़र करना चाहते हैं.
ऐसे
DataTransfer संसाधन
के बारे में बताएं जो सोर्स और डेस्टिनेशन उपयोगकर्ताओं के साथ-साथ वे ऐप्लिकेशन तय करता
है जिनके लिए डेटा ट्रांसफ़र करना है.
ट्रांसफ़र की प्रक्रिया शुरू करने के लिए, insert() तरीके का इस्तेमाल करें.
उदाहरण के लिए, नीचे दिए गए JSON अनुरोध का मुख्य भाग, कैलेंडर को सोर्स उपयोगकर्ता (SOURCE_USER_ID) से डेस्टिनेशन उपयोगकर्ता (DESTINATION_USER_ID) को ट्रांसफ़र करता है. हर मालिक के लिए, डायरेक्ट्री एपीआई के user.get() तरीके को कॉल करके और उसका ईमेल पता या ईमेल उपनाम देकर, हर मालिक का यूज़र आईडी फिर से पाया जा सकता है.
डेटा ट्रांसफ़र एपीआई में, ट्रांसफ़र बनाने और उन्हें मैनेज करने में आपकी मदद करने के लिए अतिरिक्त तरीके और संसाधन शामिल होते हैं. इनकी मदद से, ये काम किए जा सकते हैं:
डेटा ट्रांसफ़र के लिए उपलब्ध ऐप्लिकेशन की सूची
अपलोड करें.
[[["समझने में आसान है","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"]],["आखिरी बार 2023-09-14 (UTC) को अपडेट किया गया."],[[["The Data Transfer API allows you to transfer data between users for specific applications, such as calendars, by defining a transfer and initiating it with the `insert` method."],["You need to define a `DataTransfer` resource which identifies the source and destination users, along with the applications and their parameters for data transfer."],["The process involves determining the applications, defining the transfer resource, and initiating the transfer using the `insert()` method."],["You can use the Data Transfer API to list available applications, retrieve application details, and manage transfer requests by listing or getting them based on user or status."]]],["Define a data transfer by specifying source and destination users and the applications involved. This is done by creating a `DataTransfer` resource. Initiate the transfer using the `insert()` method. Retrieve user IDs via the Directory API's `user.get()` method. Additional actions include listing applications, retrieving application information, listing transfers, and retrieving transfer requests. Application-specific parameters can be included. An example is provided of transferring a calendar.\n"]]