Hello Friends, I have prepared a project.from c# I am enabling external users to download files from my Google account using Drive Api. However, when the project runs the client.Json file, it prompts it to connect to my Google account and approve some permissions. What should I do to avoid this redirect?
Solved! Go to Solution.
Not 100% sure but I'd say you can't do that with Drive, I'd say that's a Google Storage type of project. Drive is tide up to your individual user account if I am not mistaken and it'll be a bit of an issue.
As I said, I may be wrong but I won't chose Drive for that, I'd go with Google Storage which is different thing and will do the same job.