-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hai,
I want to create a sites by using java programming. but it contain error like this...
Exception in thread "main" com.google.gdata.util.ServiceForbiddenException: Forbidden
Not authorized to access this feed
at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to upload a youtube video using the GData gem (I have seen the youtube_g gem but would like to make it work with pure GData if possible), but I keep getting this error:
GData::Client::BadRequestError in 'MyProject::Google::YouTube should upload the actual video to youtube (once it does…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello again, I think the title says it all. I'm using
Reminder fifteenMinReminder = new Reminder();
fifteenMinReminder.Minutes = 15;
fifteenMinReminder.Method = Reminder.ReminderMethod.email;
entry.Reminders.Add(fifteenMinReminder);
on a brand new entry (where Reminder and Reminders are Nothing)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I wanted to do the following with the gdata javascript library:
get a list of a user's documents.
read the contents of a chosen document.
edit its contents, update the document.
If I'm reading correctly, this is not supported by the javascript library? I got this to work with the java library…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using the java library to access the gdata api. I just want to be able to print the contents of a document. I setup my project to list all the docs in my feed, now that I have a document listing, I want to print its contents:
for (DocumentListEntry entry : feed.getEntries()) {
// Ok…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Are there any c# code samples of youtube API (or gdata API) using OpenID and OAuth ?
Or maybe a post / article with code examples
Code samples of using dotnetoauth with the youtube API would be great too
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I wanted to do the following with the gdata javascript library:
get a list of a user's documents.
read the contents of a chosen document.
edit its contents, update the document.
If I'm reading correctly, this is not supported by the javascript library? I got this to work with the java library…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm using the java library to access the gdata api. I just want to be able to print the contents of a document. I setup my project to list all the docs in my feed, now that I have a document listing, I want to print its contents:
for (DocumentListEntry entry : feed.getEntries()) {
// Ok…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When i use GData API in my app for parsing xml,how could i get attributes and it's value?
Wanted a piece of example code.Thanks a lot.
xml:
<playurls><url islive="0" type="3" bit_stream="1">http://vods.netitv.com//dy2/2010/02/08/cf584b76-3579-4b75-a0c8-f7a473d79f8c.mp4
</url><url…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I used GData API to pull in Calender info. It works fine if I use 1.6. But the same code, if I change to Android 2.0 & up, it would throw AuthenticationException. Below is my code for ur ref:
CalendarService myService = new CalendarService("My Application");
myService.setUserCredentials(args[0]…
>>> More