I'm trying to use the Google SDK file sharing dialog using the Javascript code described here: https://developers.google.com/drive/manage-sharing
I have an API key set up and have configured the Google Drive SDK panel as well: https://code.google.com/apis/console/
I can successfully list files stored on Google Drive using the API key and JavaScript but the sharing code does not work. A dialog that only contains a loading spinner appears and then it says "Sorry, sharing is unavailable at this time." and the Chrome Javascript console contains the error "Refused to display document because display forbidden by X-Frame-Options" in Chrome. In Firefox, I get the error:
Error: Error: Permission denied to access property '_EmailAc_create' Source File: docs.google.com/static/doclist/client/js/1880332762-v2-doclist_share__en_gb.js Line: 470
Any idea what is going wrong?