Questions tagged [google-docs-api]

The Google Docs API lets you create and modify documents. Use for questions regarding programmatic manipulation of Google documents through the REST-API. Do NOT use for direct manipulation through Google Apps Script or for access through Google Drive API.

This tag was previously used for the Google Documents List API, which was sunset in 2015. It has been replaced by the Google Drive API, which uses the tag .

1550 questions
0
votes
1 answer

how to set permission of google doc using its api?

I am new to google doc api, and using google doc api 3rd version with java , I m trying to share doc with permission and want to change permission on different call, Here there is some code which i had designed to share persmission and update and…
Sanju
  • 3,187
  • 10
  • 41
  • 55
0
votes
1 answer

Google Data API access through Google API Java Client under Google App Engine Environment

Almost everything is in the title, my question is : Is there any updated tutorial/example/clear doc to perfom Google Data API access through Google API Java Client under Google App Engine Environment ? I tried to work with those links and a few…
0
votes
1 answer

Google DocumentsList API - programmatically setting the Description

Background I am currently implementing an application with Google Drive/Docs. Using the latest .NET library for Google Data APIs library I am uploading images, leveraging Google Drive as an image library. Problem I would like to be able to set the…
kelfish
  • 23
  • 3
0
votes
2 answers

Differentiating between file content changes and metadata changes in changes API feed

My app caches Google Docs files locally and needs to update them then whey change. When I request a changes feed, the results include all items that have changed, regardless of the type of change. I only need to re-download those items whose actual…
Owen Mathews
  • 2,072
  • 1
  • 13
  • 3
0
votes
1 answer

How to get the embed url for google docs presentation?

It looks like recently there has been a slight change on embedding a published google docs presentation. The url for the iframe embed changed…
Reynard
  • 561
  • 6
  • 12
0
votes
1 answer

Error exporting a document in google docs api

I'm trying to retrieve a document like this: client.setAuthSubToken(token); String contentUri = "https://docs.google.com/feeds/download/documents/Export?docID="+ entry.getDocId() + "&exportFormat=txt&format=txt"; …
Alexander
  • 261
  • 2
  • 16
0
votes
1 answer

How to upload files to google drive using java-Google Docs Api?

Already I used older version of the API to upload files to Google docs but now the API version is revised, so I couldn't upload. Previously I used these lines for authorization: DocsService service = new…
Ramkumar P
  • 209
  • 1
  • 2
  • 14
0
votes
1 answer

How can I show the list of google docs to the user on a flex air application?

I am working on a small Flex Air application and I need to give the user the ability to see a list with his Google docs and do a few more things with them. I am wondering, what are the options I have to accomplish this? Thanks a lot! -David.
user345474
  • 179
  • 2
  • 8
0
votes
1 answer

Export/Download presentations and SpreadSheet impersonate other domain users with using administrative access

I need to export/download all files of the other domain users. I used the client login with administer account to see the all files of domain users. however,only document can be export/download,others are fail. so what is the download url format of…
Kenny Lin
  • 13
  • 2
0
votes
1 answer

How do I create a new user account with the Google Docs API?

How do I create a new user account with the Google Docs API?
Jyoti
  • 21
  • 3
0
votes
1 answer

Google Docs - Autopopulate live form

i have a webpage that host events (example: http://www.mysite.com/test/events/5493.html) that page holds information such as event title and other info, using google docs i've created a form that fills out my spreadsheet (survey) The issue is that…
Eddy V
  • 99
  • 4
  • 15
0
votes
1 answer

How do I use Google's OAuth 2.0 Playground for Document List API?

I'm having an issue playing with the Document List API on the OAuth 2.0 Playground. All the other APIs work except for this one. The request is being sent from the playground as: GET /feeds/default/private/full/ HTTP/1.1 Host:…
0
votes
1 answer

How to share a document using google-api-java-client on Android?

I want to create an Android client app for Google Documents List API, taking into account that it might be replaced by the Google Drive API in the near future. Therefore, I implemented authentication using google-api-java-client, which would…
0
votes
1 answer

Uploading a file to Google Docs Api getting error 504

I'm working on a delphi api for Google docs and having a hard time getting the upload to work. I'm following Google's development guide here and from what I understand it looks like the process should go like this: Make a POST request to this url:…
nick
  • 2,833
  • 3
  • 34
  • 61
0
votes
2 answers

PHP Zend export google docs with 401 Unauthorized error message

I am running a problem with exporting a Google Docs (spreasheet) to xls file and save to our own server. After successfully uploaded a file to Google Docs but somehow getting the 401 error message when I do the download. Fatal error: Uncaught…
1 2 3
99
100