Similar question as here. Just for Google Drive instead of Dropbox:
How do I programmatically locate my Google Drive folder using C#?
- Registry?
- Environment Variable?
- Etc…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I personally think, the best way is to access the same file through SQLite3.
You can get the SQLite library for .Net from here.
Also add reference to
System.Data.SQLiteand include it in your project to run the above code.To retrieve the user, relpace
entry_key='user_email'from the above code