تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لاستخدام Data Transfer API، عليك تحديد عملية نقل ثم بدء عملية النقل باستخدام طريقة insert. يتم تعريف عملية النقل من حيث تطبيق واحد أو أكثر سيتم نقل بياناته، ويمكن أن تتضمّن
مَعلمات خاصة بالتطبيقات.
في ما يلي ملخّص عالي المستوى لعملية النقل:
حدِّد التطبيقات التي تريد نقل بياناتها.
حدِّد مورد DataTransfer يحدّد المستخدمين المصدر والوجهة والتطبيقات التي تريد نقل البيانات لها.
على سبيل المثال، ينقل نص طلب JSON التالي تقويمًا من المستخدم المصدر (SOURCE_USER_ID) إلى المستخدم الوجهة (DESTINATION_USER_ID). يمكنك استرداد أرقام تعريف المستخدمين لكل مالك من خلال استدعاء طريقة user.get() في Directory API وتقديم عنوان بريده الإلكتروني أو العنوان البديل للبريد الإلكتروني.
تاريخ التعديل الأخير: 2023-09-14 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]