Hi All,
How view files in google drive from Local path folder in asp.net core web application.
The requirments is user uploading different format files like doc,pdf,excel,ppt ,after uploading user dont want to donwload the file ,user wants the view the files tab, so we trying to implement different files like doc,pdf,excel,pp to view in google drive from server local path folder or S3 bucket .
how can i achive this task .

Vikas SinghPosted May 21, 2024, 10:49 AM
@Venkat: Please check below article, hope this will sorted out your query.
https://www.c-sharpcorner.com/article/view-uploaded-files-in-google-drive-from-asp-net-core-app/
Jayraj ChhayaPosted May 21, 2024, 6:04 AM
To achieve this task, you can use the Google Drive API in your ASP.NET Core application. Here's a high-level overview of the steps involved:
Remember to handle authentication and authorization properly when interacting with the Google Drive API.