Friday, 15 January 2010

android - Google Drive's document doesn't display the image in my html upload anymore -



android - Google Drive's document doesn't display the image in my html upload anymore -

google drive not showing images on html documents uploaded both google drive webpage , apis.

i using google docs apis upload html files referencing public images (using tag) internet. 1 time file uploaded android app, drive api automatically converted html file google document , displays referenced images fine.

recently, found google drive print "*" in place of embedded image, , cannot see image reference anymore.

here's html uploaded test

<!doctype html> <html> <head> <title>test</title> <meta http-equiv='content-type' content='text/html; charset=utf-8' /> </head> <body> document conversion html > document , image display test <img src='https://www.google.com/logos/doodles/2014/world-cup-2014-28-5438975338610688-hp.gif' /> </body>

and way re-produce problem.

1. create simple html file above file content. 2. upload google drive 3. right-click on uploaded html file > open > google docs 4. then, see * displayed image supposed be.

i sense there's wrong in document conversion. thought how walk around?

android google-drive-sdk

No comments:

Post a Comment