saqibpitafi / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Upload to Apps Domain #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Block docs.google.com url on your proxy
2. Try to run DocListUploader or simple API to query Document List
3. Since API is using docs.google.com to communicate and it is blocked on 
enterprise environment. Exception is thrown.

What is the expected output? What do you see instead?
Ability to change url from docs.google.com to 
docs.google.com/a/privatedomain.com

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by amkh...@gmail.com on 4 Feb 2009 at 3:49

GoogleCodeExporter commented 9 years ago
Looking into it.

Original comment by fman...@gmail.com on 5 Feb 2009 at 10:00

GoogleCodeExporter commented 9 years ago
if i change the DocList query object to have a setter/getter for the domain, 
would that solve your issues ? 

Original comment by fman...@gmail.com on 5 Feb 2009 at 12:11

GoogleCodeExporter commented 9 years ago
I think that should do the trick. I just need to pass 
docs.google.com/a/mydomain.com to avoid proxy 
restrictions.

Thanks

Original comment by amkh...@gmail.com on 5 Feb 2009 at 2:35

GoogleCodeExporter commented 9 years ago
one more quesetion. DocListUplaoder is a sample, so i am not going to fix that 
one to allow for this, but the 
normal DocumentsListQuery object has a constructor taking a base string ... 
that can point to your domain. 

So why is that not sufficient? 

Original comment by fman...@gmail.com on 18 Feb 2009 at 12:06

GoogleCodeExporter commented 9 years ago
no more data for 2 months... 

Original comment by fman...@gmail.com on 23 Mar 2009 at 3:03