GOOGLE ERROR: In order to select an item from your online storage, please sign in

12,830

I got a solution and worked for me. Settings in Chrome then Content Settings and Uncheck Block third-party cookies and site data.

Share:
12,830
Vishesh
Author by

Vishesh

Updated on July 16, 2022

Comments

  • Vishesh
    Vishesh almost 2 years

    I am getting an error of

    "In order to select an item from your online storage, please sign in.".

    I found a suggestion to deal with this situation was to Disable Block third-party cookies from chrome browser. And the other was to Allow [*.]google.com but none of this worked.

    And I am using Google Drive in my own project through API. And by opening that popup I am getting this error.

    Any Solution?Here is the image too to check

  • SBimochan
    SBimochan almost 5 years
    Still doesn't work.
  • huuthang
    huuthang about 4 years
    I don't know why he closed this question, in some case updating chrome setting doesn't work. Anyone still faces the problem, try this: function onAuthApiLoad(){gapi.auth2.init({client_id:clientId}).then(f‌​unction(n){n.signIn(‌​{scope:scope}).then(‌​function(n){handleAu‌​thResult(n.getAuthRe‌​sponse())})})}functi‌​on handleAuthResult(n){n&&!n.error&&(token=n.access_token,creat‌​ePicker())}function onApiLoad(){null===picker&&null!==developerKey&&null!==clien‌​tId&&null!==scope&&(‌​gapi.load("picker",n‌​ull),gapi.load("auth‌​2",onAuthApiLoad))}