Reputation: 1834
I'm trying to leverage the drive "Share dialog". When opening the dialog I can see these exceptions in the JS console:
Uncaught Error: SYNTAX_ERR: DOM Exception 12 3566089298-v2-doclist_share.js:454
nK.sendMessage 3566089298-v2-doclist_share.js:454
Mj 3566089298-v2-doclist_share.js:455
z.Yh 3566089298-v2-doclist_share.js:481
_createShareApplication 3566089298-v2-doclist_share.js:482
init share:53
(anonymous function) share:82
Refused to display document because display forbidden by X-Frame-Options.
The dialog opens, but after ~1 minute of loading state I get the message "Sorry, sharing is unavailable at this time. Please try again later." Any ideas? I'm on Chrome Version 23.0.1271.64 m
Upvotes: 0
Views: 663
Reputation: 11672
There are a few restrictions on the sharing dialog that make it very sensitive (and unfortunately very difficult to debug.) Essentially:
Check to make sure those conditions are met.
Upvotes: 1