Class /GOOG/CL_DRIVE_V3

Classe

/GOOG/CL_DRIVE_V3
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Google Drive API v3
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 About PUBLIC
TY_002 Change PUBLIC
TY_003 ChangeList PUBLIC
TY_004 Channel PUBLIC
TY_005 Comment PUBLIC
TY_006 CommentList PUBLIC
TY_007 ContentRestriction PUBLIC
TY_008 Drive PUBLIC
TY_009 DriveList PUBLIC
TY_010 File PUBLIC
TY_011 FileList PUBLIC
TY_012 GeneratedIds PUBLIC
TY_013 Label PUBLIC
TY_014 LabelField PUBLIC
TY_015 LabelFieldModification PUBLIC
TY_016 LabelList PUBLIC
TY_017 LabelModification PUBLIC
TY_018 ModifyLabelsRequest PUBLIC
TY_019 ModifyLabelsResponse PUBLIC
TY_020 Permission PUBLIC
TY_021 PermissionList PUBLIC
TY_022 Reply PUBLIC
TY_023 ReplyList PUBLIC
TY_024 Revision PUBLIC
TY_025 RevisionList PUBLIC
TY_026 StartPageToken PUBLIC
TY_027 TeamDrive PUBLIC
TY_028 TeamDriveList PUBLIC
TY_029 User PUBLIC
TY_030 DriveThemes PUBLIC
TY_031 StorageQuota PUBLIC
TY_032 TeamDriveThemes PUBLIC
TY_051 QuotedFileContent PUBLIC
TY_052 BackgroundImageFile PUBLIC
TY_053 Capabilities PUBLIC
TY_054 Restrictions PUBLIC
TY_055 Capabilities PUBLIC
TY_056 Thumbnail PUBLIC
TY_057 ContentHints PUBLIC
TY_058 Location PUBLIC
TY_059 ImageMediaMetadata PUBLIC
TY_060 LabelInfo PUBLIC
TY_061 LinkShareMetadata PUBLIC
TY_064 ShortcutDetails PUBLIC
TY_065 VideoMediaMetadata PUBLIC
TY_066 PermissionDetails PUBLIC
TY_067 TeamDrivePermissionDetails PUBLIC
TY_068 BackgroundImageFile PUBLIC
TY_069 Capabilities PUBLIC
TY_070 Restrictions PUBLIC
TY_071 App PUBLIC
TY_072 AppIcons PUBLIC
TY_073 AppList PUBLIC
TY_T_002 Change PUBLIC
TY_T_005 Comment PUBLIC
TY_T_007 ContentRestriction PUBLIC
TY_T_008 Drive PUBLIC
TY_T_010 File PUBLIC
TY_T_013 Label PUBLIC
TY_T_015 LabelFieldModification PUBLIC
TY_T_017 LabelModification PUBLIC
TY_T_020 Permission PUBLIC
TY_T_022 Reply PUBLIC
TY_T_024 Revision PUBLIC
TY_T_027 TeamDrive PUBLIC
TY_T_029 User PUBLIC
TY_T_030 DriveThemes PUBLIC
TY_T_032 TeamDriveThemes PUBLIC
TY_T_066 PermissionDetails PUBLIC
TY_T_067 TeamDrivePermissionDetails PUBLIC
TY_T_071 App PUBLIC
TY_T_072 AppIcons PUBLIC
TY_T_STRING Table of Strings PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1.0 PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1,5 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API /drive/v3/ PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240429 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://www.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google drive:v3 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge OOIJWW PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ADD_MULTIPART

  • Description : ajout en plusieurs parties
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_BODY IMPORTING STRING Body
IV_XBODY IMPORTING XSTRING Body

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud: classe d'exception

COPY_FILES

  • Description : drive.files.copy
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
IV_Q_IGNOREDEFAULTVISIBILITY IMPORTING STRING ignoreDefaultVisibility
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_KEEPREVISIONFOREVER IMPORTING STRING keepRevisionForever
IV_Q_OCRLANGUAGE IMPORTING STRING ocrLanguage
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_010 Fichier
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 Fichier
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_COMMENTS

  • Description : drive.comments.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_005 Commenter
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_005 Commenter
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_DRIVES

  • Description : drive.drives.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IS_INPUT IMPORTING TY_008 Drive
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_008 Drive
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_FILES

  • Description : drive.files.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
IV_Q_IGNOREDEFAULTVISIBILITY IMPORTING STRING ignoreDefaultVisibility
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_KEEPREVISIONFOREVER IMPORTING STRING keepRevisionForever
IV_Q_OCRLANGUAGE IMPORTING STRING ocrLanguage
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_USECONTENTASINDEXABLETEXT IMPORTING STRING useContentAsIndexableText
IS_INPUT IMPORTING TY_010 Fichier
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_CHUNK_SIZE IMPORTING I Taille de fragment
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 Fichier
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_PERMISSIONS

  • Description : drive.permissions.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_EMAILMESSAGE IMPORTING STRING emailMessage
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
IV_Q_MOVETONEWOWNERSROOT IMPORTING STRING moveToNewOwnersRoot
IV_Q_SENDNOTIFICATIONEMAIL IMPORTING STRING sendNotificationEmail
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TRANSFEROWNERSHIP IMPORTING STRING transferOwnership
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_020 Autorisation
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_020 Autorisation
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_REPLIES

  • Description : drive.replies.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_022 Répondre
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_022 Répondre
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_TEAMDRIVES

  • Description : drive.teamdrives.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REQUESTID IMPORTING STRING requestId
IS_INPUT IMPORTING TY_027 TeamDrive
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_027 TeamDrive
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_COMMENTS

  • Description : drive.comments.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_DRIVES

  • Description : drive.drives.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ALLOWITEMDELETION IMPORTING STRING allowItemDeletion
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_DRIVE_ID IMPORTING STRING driveId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_FILES

  • Description : drive.files.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_PERMISSIONS

  • Description : drive.permissions.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_PERMISSION_ID IMPORTING STRING permissionId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_REPLIES

  • Description : drive.replies.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REPLY_ID IMPORTING STRING replyId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_REVISIONS

  • Description : drive.revisions.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REVISION_ID IMPORTING STRING revisionId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_TEAMDRIVES

  • Description : drive.teamdrives.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_TEAM_DRIVE_ID IMPORTING STRING teamDriveId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

EMPTY_TRASH_FILES

  • Description : drive.files.emptyTrash
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_DRIVEID IMPORTING STRING driveId
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

EXPORT_FILES

  • Description : drive.files.export
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_MIMETYPE IMPORTING STRING mimeType
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW Exportation… DATA Données brutes de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GENERATE_IDS_FILES

  • Description : drive.files.generateIds
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_COUNT IMPORTING STRING count
IV_Q_SPACE IMPORTING STRING espace
IV_Q_TYPE IMPORTING STRING type
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_012 GeneratedIds
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_ABOUT

  • Description : drive.about.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_001 À propos
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_APPS

  • Description : drive.apps.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_APP_ID IMPORTING STRING appId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_071 Appli
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_COMMENTS

  • Description : drive.comments.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_INCLUDEDELETED IMPORTING STRING includeDeleted
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_005 Commenter
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_DRIVES

  • Description : drive.drives.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_DRIVE_ID IMPORTING STRING driveId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_008 Drive
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP Exportation… /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud: classe d'exception

GET_FILES

  • Description : drive.files.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ACKNOWLEDGEABUSE IMPORTING STRING acknowledgeAbuse
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_010 Fichier
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT Exportation… STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_PERMISSIONS

  • Description : drive.permissions.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_PERMISSION_ID IMPORTING STRING permissionId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_020 Autorisation
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_REPLIES

  • Description : drive.replies.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_INCLUDEDELETED IMPORTING STRING includeDeleted
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REPLY_ID IMPORTING STRING replyId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_022 Répondre
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_REVISIONS

  • Description : drive.revisions.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ACKNOWLEDGEABUSE IMPORTING STRING acknowledgeAbuse
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REVISION_ID IMPORTING STRING revisionId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_024 Révision
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_START_PAGE_TOKEN_CHANGE

  • Description : drive.changes.getStartPageToken
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_DRIVEID IMPORTING STRING driveId
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TEAMDRIVEID IMPORTING STRING teamDriveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_026 StartPageToken
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_TEAMDRIVES

  • Description : drive.teamdrives.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_TEAM_DRIVE_ID IMPORTING STRING teamDriveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 TeamDrive
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

HIDE_DRIVES

  • Description : drive.drives.hide
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_DRIVE_ID IMPORTING STRING driveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_008 Drive
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_APPS

  • Description : drive.apps.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_APPFILTEREXTENSIONS IMPORTING STRING appFilterExtensions
IV_Q_APPFILTERMIMETYPES IMPORTING STRING appFilterMimeTypes
IV_Q_LANGUAGECODE IMPORTING STRING languageCode
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… TY_073 AppList
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_CHANGES

  • Description : drive.changes.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_DRIVEID IMPORTING STRING driveId
IV_Q_INCLUDECORPUSREMOVALS IMPORTING STRING includeCorpusRemovals
IV_Q_INCLUDEITEMSFROMALLDRIVES IMPORTING STRING includeItemsFromAllDrives
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_INCLUDEREMOVED IMPORTING STRING includeRemoved
IV_Q_INCLUDETEAMDRIVEITEMS IMPORTING STRING includeTeamDriveItems
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_RESTRICTTOMYDRIVE IMPORTING STRING restrictToMyDrive
IV_Q_SPACES IMPORTING STRING espaces
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TEAMDRIVEID IMPORTING STRING teamDriveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_003 ChangeList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_COMMENTS

  • Description : drive.comments.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_INCLUDEDELETED IMPORTING STRING includeDeleted
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_STARTMODIFIEDTIME IMPORTING STRING startModifiedTime
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_006 CommentList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_DRIVES

  • Description : drive.drives.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_Q IMPORTING STRING q
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_009 DriveList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud: classe d'exception

LIST_FILES

  • Description : drive.files.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_CORPORA IMPORTING STRING corpora
IV_Q_CORPUS IMPORTING STRING corpus
IV_Q_DRIVEID IMPORTING STRING driveId
IV_Q_INCLUDEITEMSFROMALLDRIVES IMPORTING STRING includeItemsFromAllDrives
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_INCLUDETEAMDRIVEITEMS IMPORTING STRING includeTeamDriveItems
IV_Q_ORDERBY IMPORTING STRING orderBy
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_Q IMPORTING STRING q
IV_Q_SPACES IMPORTING STRING espaces
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TEAMDRIVEID IMPORTING STRING teamDriveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 FileList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_LABELS_FILES

  • Description : drive.files.listLabels
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_MAXRESULTS IMPORTING STRING maxResults
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_016 LabelList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_PERMISSIONS

  • Description : drive.permissions.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_021 PermissionList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_REPLIES

  • Description : drive.replies.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_INCLUDEDELETED IMPORTING STRING includeDeleted
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_023 ReplyList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_REVISIONS

  • Description : drive.revisions.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_FILE_ID IMPORTING STRING fileId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_025 RevisionList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_TEAMDRIVES

  • Description : drive.teamdrives.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_Q IMPORTING STRING q
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_028 TeamDriveList
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

MODIFY_LABELS_FILES

  • Description : drive.files.modifyLabels
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_018 ModifyLabelsRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_019 ModifyLabelsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESUME_UPLOAD

  • Description : Resume Upload
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_SESSION_ID IMPORTING STRING ID de session avec reprise
IV_START_BYTE IMPORTING I Octet de démarrage à importer
IV_LAST_BYTE IMPORTING I Dernier octet à importer
IV_TOT_BYTES IMPORTING I Nombre total d'octets à importer
EV_LAST_BYTE Exportation… I Dernier octet importé
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESUME_UPLOAD_CREATE_REQ

  • Description : Resume Upload Create Request
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IV_SESSION_ID IMPORTING STRING ID de session avec reprise
EO_HTTP_CLIENT EXPORTING IF_HTTP_CLIENT Abstraction du client HTTP

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESUME_UPLOAD_HANDLE_RES

  • Description : Resume Upload Handle Response
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IO_HTTP_CLIENT IMPORTING IF_HTTP_CLIENT Abstraction du client HTTP
EV_LAST_BYTE Exportation… I Dernier octet importé
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESUME_UPLOAD_RECEIVE_RES

  • Description : Resume Upload Receive Response
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IO_HTTP_CLIENT IMPORTING IF_HTTP_CLIENT Abstraction du client HTTP

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

RESUME_UPLOAD_SEND_REQ

  • Description : Resume Upload Send Request
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IO_HTTP_CLIENT IMPORTING IF_HTTP_CLIENT Abstraction du client HTTP

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

STOP_CHANNELS

  • Description : drive.channels.stop
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_004 Version
ES_RAW EXPORTING DATA Données brutes de sortie
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UNHIDE_DRIVES

  • Description : drive.drives.unhide
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_DRIVE_ID IMPORTING STRING driveId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_008 Drive
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_COMMENTS

  • Description : drive.comments.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_005 Commenter
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_005 Commenter
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_DRIVES

  • Description : drive.drives.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_DRIVE_ID IMPORTING STRING driveId
IS_INPUT IMPORTING TY_008 Drive
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_008 Drive
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_FILES

  • Description : drive.files.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ADDPARENTS IMPORTING STRING addParents
IV_Q_ENFORCESINGLEPARENT IMPORTING STRING enforceSingleParent
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_KEEPREVISIONFOREVER IMPORTING STRING keepRevisionForever
IV_Q_OCRLANGUAGE IMPORTING STRING ocrLanguage
IV_Q_REMOVEPARENTS IMPORTING STRING removeParents
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_USECONTENTASINDEXABLETEXT IMPORTING STRING useContentAsIndexableText
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_010 Fichier
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_CHUNK_SIZE IMPORTING I Taille de fragment
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_PERMISSIONS

  • Description : drive.permissions.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REMOVEEXPIRATION IMPORTING STRING removeExpiration
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TRANSFEROWNERSHIP IMPORTING STRING transferOwnership
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_PERMISSION_ID IMPORTING STRING permissionId
IS_INPUT IMPORTING TY_020 Autorisation
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_020 Autorisation
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_REPLIES

  • Description : drive.replies.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_COMMENT_ID IMPORTING STRING commentId
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REPLY_ID IMPORTING STRING replyId
IS_INPUT IMPORTING TY_022 Répondre
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_022 Répondre
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_REVISIONS

  • Description : drive.revisions.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_FILE_ID IMPORTING STRING fileId
IV_P_REVISION_ID IMPORTING STRING revisionId
IS_INPUT IMPORTING TY_024 Révision
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_024 Révision
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPDATE_TEAMDRIVES

  • Description : drive.teamdrives.update
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_USEDOMAINADMINACCESS IMPORTING STRING useDomainAdminAccess
IV_P_TEAM_DRIVE_ID IMPORTING STRING teamDriveId
IS_INPUT IMPORTING TY_027 TeamDrive
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_027 TeamDrive
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPLOAD_FILES_MULTIPART

  • Description : Multipart Upload
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IV_URI IMPORTING STRING URI
IS_INPUT IMPORTING TY_010 Fichier
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_METHOD_ID IMPORTING STRING ID de méthode
IV_HTTP_METHOD IMPORTING STRING HTTP Method
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPLOAD_FILES_RESUMABLE

  • Description : Resumable Upload
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IV_URI IMPORTING STRING URI d'entrée
IS_INPUT IMPORTING TY_010 Fichier
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_CHUNK_SIZE IMPORTING I Taille de fragment
IV_METHOD_ID IMPORTING STRING ID de méthode
IV_HTTP_METHOD IMPORTING STRING HTTP Method
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

UPLOAD_FILES_SIMPLE

  • Description : Simple Upload
  • Visibilité : PROTÉGÉE

Paramètres

Nom Catégorie Type Description
IV_URI IMPORTING STRING URI
IS_DATA IMPORTING XSTRING Données d'entrée
IV_CONTENT_TYPE IMPORTING STRING Type de contenu
IV_HTTP_METHOD IMPORTING STRING HTTP Method
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_010 Fichier
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

WATCH_CHANGES

  • Description : drive.changes.watch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_DRIVEID IMPORTING STRING driveId
IV_Q_INCLUDECORPUSREMOVALS IMPORTING STRING includeCorpusRemovals
IV_Q_INCLUDEITEMSFROMALLDRIVES IMPORTING STRING includeItemsFromAllDrives
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_INCLUDEREMOVED IMPORTING STRING includeRemoved
IV_Q_INCLUDETEAMDRIVEITEMS IMPORTING STRING includeTeamDriveItems
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_Q_RESTRICTTOMYDRIVE IMPORTING STRING restrictToMyDrive
IV_Q_SPACES IMPORTING STRING espaces
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_Q_TEAMDRIVEID IMPORTING STRING teamDriveId
IS_INPUT IMPORTING TY_004 Version
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_004 Version
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

WATCH_FILES

  • Description : drive.files.watch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_ACKNOWLEDGEABUSE IMPORTING STRING acknowledgeAbuse
IV_Q_INCLUDELABELS IMPORTING STRING includeLabels
IV_Q_INCLUDEPERMISSIONSFORVIEW IMPORTING STRING includePermissionsForView
IV_Q_SUPPORTSALLDRIVES IMPORTING STRING supportsAllDrives
IV_Q_SUPPORTSTEAMDRIVES IMPORTING STRING supportsTeamDrives
IV_P_FILE_ID IMPORTING STRING fileId
IS_INPUT IMPORTING TY_004 Version
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_004 Version
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE