Atividades
Mais recente
falso
Atividades de produtividade
Last updated 1 de jul de 2024

Get File

Obtém um arquivo do Google Drive por caminho relativo ou por URL, ID ou caminho completo.

Namespace: UiPath.Gsuite.Activities.API

Montagem: UiPath.Gsuite.Activities.API (em UiPath.Gsuite.Activities.API.dll)

Sobrecarregas

SobrecargaDescription
GetFile(IFolder, String)Obtém um arquivo do Google Drive por caminho relativo.
GetFile(String, IdentificationType)Obtém um arquivo do Google Drive por URL, ID ou caminho completo.

GetFile(IFolder, String)

Obtém um arquivo do Google Drive por caminho relativo.

public IFile GetFile(
	IFolder parent,
	string relativePath
)public IFile GetFile(
	IFolder parent,
	string relativePath
)
parent IFolder
O local base no Google Drive onde pesquisar o arquivo.
relativePath String
O caminho de arquivo relativo para a pasta pai, incluindo o nome e a extensão.
RetornarValor
IFile - O arquivo recuperado

GetFile(String, IdentificationType)

Obtém um arquivo do Google Drive por URL, ID ou caminho completo.
public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)public IFile GetFile(
	string identifier,
	IdentificationType type = IdentificationType.UrlOrId
)
Identificador String
O identificador (id, url, path completo) do arquivo a ser recuperado.
Tipo IdentificationType (Opcional)
Especifica o tipo de identificador fornecido (ID, URL ou caminho completo).
RetornarValor
IFile - O arquivo recuperado
  • Sobrecarregas
  • GetFile(IFolder, String)
  • GetFile(String, IdentificationType)

Was this page helpful?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Logotipo branco da Uipath
Confiança e segurança
© 2005-2024 UiPath. All rights reserved.