Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am working in C# window application project that required to upload a file in google drive. It is working using nuget package but the requirement is to upload file without using nuget it should be done with simple rest api.

What I have tried:

My requirement is to be done through rest api (without using nuget package or any sdk).
Posted
Updated 17-Dec-19 20:14pm
Comments
Mohibur Rashid 18-Dec-19 2:08am    
https://developers.google.com/drive/api/v3/manage-uploads

1 solution

Start here: Google Drive API  |  Google Developers[^]. There you'll find the examples also.
 
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