function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyanka Pawar 4Priyanka Pawar 4 

Google Drive Authrorize URL

I am sending a server side request to Gdrive to fetch the Authorization code.Gdrive does send me the code and redirects me to the mentioned redirect URl.
But in the above case my Page is refreshed and all the controller variables are reset.Can anyone suggest a solution.
Ihave created a picker to download files from Gdrive using Google javascript API.Can weget the authorization code via javasript?