Click here to Skip to main content
15,887,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
estoy intentado obtener el url de un archivo guardado en mi carpeta de google drive file stream pero no he podido.
alguien sabe por donde puedo iniciar?

----------
I am trying to obtain the URL of a file stored in a folder of my google drive file stream, but I couldn't.
Does anyone know where I should start?

EDIT: Translation added

What I have tried:

alguien sabe por donde puedo iniciar?
Does anyone know where I should start?
Posted
Updated 25-Jun-23 18:41pm
v2
Comments
Nelek 25-Jun-23 16:22pm    
This site is an english site. You should translate your text to ask in english.

Éste es un sitio en inglés. Deberías traducir tu texto y preguntar en inglés.

1 solution

You can use Google drive api's for such operation. In your case, you seem to need the list of files on drive such that you can specifically choose a file and thus the url for reference:
Method: files.list  |  Google Drive  |  Google for Developers[^]
Method: files.get  |  Google Drive  |  Google for Developers[^]

Use:
GET https://www.googleapis.com/drive/v3/files
GET https://www.googleapis.com/drive/v3/files/{fileId}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900