Problems with files downloading from Google Drive Api using asp.net mvc
I can download files successfully on local server but after deployment I can’t its just keep loading without downloads
I can download files successfully on local server but after deployment I can’t its just keep loading without downloads
Our website needs to upload videos to youtube from the code behind (asp.net mvc application). I’m trying to get the google credentials, but when i call the AuthorizeAsync, the application just hangs. I’ve looked all over for a solution and none seem to help out. I’ve already searched for the obvious on google and stack overflow. most of what i found mentioned that the application might not have access the the appdata folder, so i tried changing the folder to be in the c drive, d drive and in the actual inetpub location. i tested and found i was able to have the application write to those locations.
I want to build a Google BigQuery C# ASP.net application using OAuth2 and the .Net 4.5 framework. I ran these NuGet installs
I need to integrate a very basic report from Google Analytics in the dashboard page of a CMS web application I’m building with asp.net web forms (C#).
I am working with the Google .Net client library. The way it works is when a user wants to authenticate to Google the library spawns a new webpage for the user to authenticate with.