0

I was trying to debug my application using the Drive integration feature by setting the Open URL to http://localhost/open which is apparently not permitted.

After a message popped up mentioning that it's not permitted I canceled my changes and exited the page.

After that whenever I access the Google API console and try to select Drive SDK I get a message saying "An unexpected error has occurred. We're looking into it.".

Is there a way to fix this or do I have to contact Google to get it fixed?

jetkiwi
  • 35
  • 8

1 Answers1

1

Top-level domains such as localhost are not allowed within the "Open with" context. Use a test domain for testing purposes.

Burcu Dogan
  • 9,153
  • 4
  • 34
  • 34
  • Thanks for your reply. The problem which I have is that setting `localhost` as the "Open with" url (which I shouldn't have done anyway) seems to have made it impossible to access the Drive SDK page in the Google API console, which leaves me completely stuck. – jetkiwi Jun 18 '13 at 15:28
  • @jetkiwi, there is a known problem. We're investigating and will provide a hotfix. – Burcu Dogan Jun 18 '13 at 16:45
  • Thank you for you help. I guess I'll have to work on a different section for the mean time. – jetkiwi Jun 18 '13 at 17:44
  • @jetkiwi, API console's Drive SDK section is working again. Please give another try. – Burcu Dogan Jun 18 '13 at 18:58