gdata-api

Embed Google Docs PDF viewer in IFRAME

Embed Google Docs PDF viewer in IFRAME Question: When I upload PDF to Google Docs (using Python’s gdata library), I get link to the document: >>> e.GetAlternateLink().href Out[14]: ‘http://docs.google.com/a/my.dom.ain/fileview id=<veery-long-doc-id>&hl=en’ Unfortunately using that link in IFRAME is not working for me because PDF viewer is redirecting to itself, breaking out of IFRAME. Looking for the …

Total answers: 6