API для Google Docs Viewer

См. Следующую ветку из Группа API списка документов Google и кто-нибудь, пожалуйста предложите мне решение.

    Hi again Jags,

    Sorry, I missed one thing, you might be able to use the embed link, i.e. that link with rel http://schemas.google.com/docs/2007#embed. That will give you a link to embed the resource.

    Regards


    On Tue, Mar 27, 2012 at 10:59 AM, Ali Afshar wrote:
    Hi Jags,

    Sorry, there is no real API there as such to do what you want to achieve. You should probably export it as a format that you can embed in your page.

    Regards


    On Sat, Mar 17, 2012 at 3:18 AM, Jags wrote:
    Hi,

    Can someone help me in figuring out if there is an API available to use Google Docs Viewer where I want to upload a document and it should give me a Google Docs View Url for the document so that I can embed it in our website. Currently in Docs Viewer, the only option I find is viewing a publicly available document by passing the url for it as a param as in http://docs.google.com/viewer?url=xxxxxxxxxx. Is this the only way that I can view in Google Docs. Please someone assist if I missing something.
  If this isn't possible by Docs Viewer is it supported in Google Docs where I'll upload it to user's google account and thereafter even the author of the document should have just a VIEW only option for the document.

    TIA,
    Jagadeesh

А теперь может кто-нибудь предоставить мне образец кода Java, чтобы установить xmlns как http://schemas.google.com/docs/2007#embed для записи документа. Я получаю исключение InvalidEntryException. com.google.gdata.util.InvalidEntryException: Invalid request URI GDatainvalidRequestUriInvalid request URI Поэтому, пожалуйста, предложите мне возможное решение этой проблемы.


person Jagadeesh    schedule 12.04.2012    source источник
comment
В интересах других пользователей, не могли бы вы отредактировать свой вопрос и предоставить здесь полный вопрос / контекст?   -  person Vic Fryzel    schedule 13.04.2012
comment
@VicFryzel Есть какие-нибудь комментарии по этому поводу?   -  person Jagadeesh    schedule 21.01.2013


Ответы (1)


+1 к этому

Blockquote Теперь кто-нибудь может предоставить мне образец кода Java, чтобы установить 'xmlns' как 'http://schemas.google.com/docs/2007#embed' в записи документа. Я получаю исключение InvalidEntryException. com.google.gdata.util.InvalidEntryException: Недействительный URI запроса GDatainvalidRequestUriInvalid URI запроса Поэтому, пожалуйста, предложите мне возможное решение для решения этой проблемы.

Прочитав эту ветку, даже я Я ищу пример java, как установить xmlns как http://schemas.google.com/docs/2007#embed для записи документа.

person Rajesh Kumar M M    schedule 26.06.2012