google-docs-api

Need to upload files to google docs from my application and store reference to the uploaded file

☆樱花仙子☆ 提交于 2019-12-03 08:23:30
I'm working on a basic google applications based system. Like I earlier defined I'm building a simple ordering system and to each order placed I attach a file or document. I would like to be able to set it such that whatever file I upload is uploaded into google docs and I somehow am able to maintain a reference to that file from my own application i.e these files are concerned with such and such order. My application is google application based hopefully and I'm building it to be such for later on deployment into the cloud. How do I start on this and what do I need to do? Are there already

Integrate Google Docs into web site for content creation

假如想象 提交于 2019-12-03 07:06:32
问题 I am building a self-publishing web site. I want to integrate Google Docs into my website and allow every publisher/writer to write her/his book from my website and later update the content from either my website or directly from google docs, and to keep the two versions of content in sync. Is this possible? Thanks! 回答1: Yes, this is possible. You can fetch Google Docs file content, and upload new content with the Google Documents List API. You will currently have to perform the sync manually

Create spreadsheet using Google Spreadsheets API in Google Drive

戏子无情 提交于 2019-12-03 05:56:50
问题 I have successfully created a new worksheet in an existing spreadsheet of My Google Drive account through a simple Java code mentioned in Google's official documentation on Developer Guide Sheets API but want to create a new spreadsheet in my Google Drive account through Java code. In the link they didn't mention any sample code for that. I have already seen different methods available in Spreadservice class. How to do this with Google Spreadsheets API? /* * To change this template, choose

Google API : How to authenticate without redirection?

倾然丶 夕夏残阳落幕 提交于 2019-12-03 05:09:46
问题 We want to use Google Doc API to generate Document (In our own business account) when our end users do some actions on our site. The problem is that we've tried to implement the OAuth 2.0 protocol, as suggested in the v3.0 protocol documentation. The apiClient::authentication method do a redirection. This is a major problem because our users doesn't know the access to our own business account.... and we don't want to give them access anyway ;) (In other word, we're not creating an application

Google Document List API and Google Drive SDK

大城市里の小女人 提交于 2019-12-03 04:01:26
What is the roadmap for DOcument List Api? It has more functions (i.e. ACL) than Google Drive SDK. Now Sample for JAVA or PHP have dissapeared from documentations. Is it going to be deprecated in the near future? Currently, the Documents List API is an API that is related to the Google Drive SDK, and it can be used to access the same data. We plan in the future that the Drive API itself will directly contain all the functionality of the Documents List API. Sorry for the somewhat vague answer, but we don't give specific promises about timelines and future products. 来源: https://stackoverflow.com

Integrate Google Docs into web site for content creation

三世轮回 提交于 2019-12-02 20:40:13
I am building a self-publishing web site. I want to integrate Google Docs into my website and allow every publisher/writer to write her/his book from my website and later update the content from either my website or directly from google docs, and to keep the two versions of content in sync. Is this possible? Thanks! Yes, this is possible. You can fetch Google Docs file content, and upload new content with the Google Documents List API . You will currently have to perform the sync manually yourself if you edit it outside Google Docs, in which case you would reupload the file content. New

How to generate a pre-filled form URL for Google Form

你离开我真会死。 提交于 2019-12-02 19:49:43
I'm looking for a programmatic way to automate the generation of pre-filled URLs for google forms. In a recent update, Google introduced a new Forms product to Google Docs. If you open the tools menu in a spreadsheet, you'll see some new options. In the new Form Responses menu, one option is "Get pre-filled URL". This opens up a dialog containing a version of your form that you can fill out, and when you submit it, you receive a URL that can be used to open a Live Form with the data you pre-filled ready and waiting for you. The URL looks something like this... https://docs.google.com/forms/d/-

Create spreadsheet using Google Spreadsheets API in Google Drive

霸气de小男生 提交于 2019-12-02 19:33:48
I have successfully created a new worksheet in an existing spreadsheet of My Google Drive account through a simple Java code mentioned in Google's official documentation on Developer Guide Sheets API but want to create a new spreadsheet in my Google Drive account through Java code. In the link they didn't mention any sample code for that. I have already seen different methods available in Spreadservice class. How to do this with Google Spreadsheets API? /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import com.google.gdata.client.spreadsheet.*;

Script to automatically make a copy of a Google Document for editing

不羁的心 提交于 2019-12-02 19:26:54
I feel like a total noob posting here. I know CSS, HTML, and XML pretty well but have always avoided JS. I know very little javascript and recently started a Lynda.com course to catch up. Sorry for my ignorance. As such, I am really struggling learning Google Apps Script. Obviously, I need to learn JS before I can make sense of any of it. The school I work for (5000 students) has set up an online curriculum. I created the curriculum in the form of thousands of google document worksheets. These worksheets are linked on various websites. The problem we are facing is that when students open the

Why are requests to the Provisioning, Profiles, Reporting, Reporting Visualization, Admin Audit, Email Migration (v1), or Documents List API failing?

China☆狼群 提交于 2019-12-02 14:49:25
问题 All of my calls to the following Google APIs have started failing: Provisioning Profiles Reporting Reporting Visualization Admin Audit Email Migration (v1) Documents List Has something changed? 回答1: All the API listed were shut down as of April 20, 2015 as per the deprecation policies of the Admin SDK and Documents List API. Please see the following migration guides for more information on how to migrate: Provisioning API to Admin SDK Directory API Profiles API to Admin SDK Directory API