GithubHelp home page GithubHelp logo

Comments (21)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Two methods of uploading that need support:

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_direct_uploadi
ng.html

http://code.google.com/apis/youtube/2.0/developers_guide_protocol_resumable_uplo
ads.html

Original comment by [email protected] on 6 Aug 2010 at 1:40

  • Changed state: Accepted
  • Added labels: Type-Enhancement, Priority-High
  • Removed labels: Type-Defect, Priority-Medium

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Direct upload has been implemented as of 1.1.0-alpha.  Keeping this issue open 
for resumable upload.

Original comment by [email protected] on 10 Sep 2010 at 3:42

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 11 Sep 2010 at 1:32

  • Added labels: Milestone-Version1.2

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 11 Sep 2010 at 1:35

  • Changed title: Resumable Upload support for YouTube and Documents List

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 13 Sep 2010 at 4:02

  • Added labels: Milestone-Version1.2.0
  • Removed labels: Milestone-Version1.2

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 24 Sep 2010 at 3:45

  • Added labels: Milestone-Version1.3.0
  • Removed labels: Milestone-Version1.2.0

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 24 Dec 2010 at 1:37

  • Added labels: Priority-Medium, Milestone-Version1.4.0
  • Removed labels: Priority-High, Milestone-Version1.3.0

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 8 Jan 2011 at 6:26

  • Added labels: Component-Google-APIs

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

I tried to use the Youtube resumable upload API as described here: 
http://code.google.com/apis/youtube/2.0/developers_guide_jsonc.html#Add_Video 
and it seems that it's working: http://pastebin.com/rfkB7Rgf


I'm not sure if this is the right place to ask this question but I was 
wondering if there are any plans to add proxy server support to the API.
I know that this is aready possible using system properties as described here: 
http://code.google.com/apis/gdata/articles/proxy_setup.html but the problem 
with that is that they are system wide.

I was thinking if it was possible to provide an interface which would set the 
proxy only for the Apache HttpClient requests. I've checked the source code and 
I've seen that the api already uses (in some cases) the Apache HttpClient to 
make the web requests so this shouldn't be hard to implement.

I could try and implement this myself and submit a patch but I'm not sure if 
this is a feature that google-api-java-client is willing to provide.

Original comment by [email protected] on 4 Feb 2011 at 10:45

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Just in case anyone else is interested in this feature I've created a clone of 
this project and implemented it here: 
http://code.google.com/r/viallyichb-google-api-proxy-support/

Original comment by [email protected] on 9 Feb 2011 at 3:29

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Looks very interesting, thanks!  I think we can definitely consider adding 
direct proxy support into the official library.  The process you've taken to 
clone the project seems like a good one.

However, would you kindly start a new Issue for this since this particular 
Issue is focused on resumable upload?  Here's the link:

http://code.google.com/p/google-api-java-client/issues/entry?template=Request%20
a%20Feature

Original comment by [email protected] on 9 Feb 2011 at 3:41

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 30 Mar 2011 at 7:49

  • Added labels: Milestone-Version1.5.0
  • Removed labels: Milestone-Version1.4.0

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 7 May 2011 at 12:52

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 11 May 2011 at 3:29

  • Added labels: Component-HTTP
  • Removed labels: Component-Google-APIs

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 20 Jun 2011 at 9:06

  • Added labels: Milestone-Version1.6.0
  • Removed labels: Milestone-Version1.5.0

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 8 Aug 2011 at 10:15

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Good reference:
http://code.google.com/apis/gdata/docs/resumable_upload.html

Original comment by [email protected] on 29 Aug 2011 at 3:56

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 28 Oct 2011 at 6:19

  • Changed title: Resumable media upload
  • Added labels: Milestone-Version1.7.0
  • Removed labels: Milestone-Version1.6.0

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 30 Nov 2011 at 4:38

  • Changed state: Started

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Support for Resumable media upload has been added to the base libraries:
http://codereview.appspot.com/5482047/
http://codereview.appspot.com/5450097/
http://codereview.appspot.com/5650063/

Support has also been added to the generated service specific libraries.

Original comment by [email protected] on 15 Feb 2012 at 9:05

  • Changed state: Fixed

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
It should also work with Google Data APIs like Google Docs and YouTube.

Original comment by [email protected] on 16 Feb 2012 at 4:13

from google-api-java-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.