You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MeAggregator
After spending a week stumbling around trying to write a user-friendly
client with a web-application I've started hitting API issues.
This particular one involved the method AddPrimaryFileLocation, which
behind the scenes was moving the old primary file location into the
alternative list.
Then, when I went through that list and discovered that there was this
location that I didn't have locally, my code decided to delete that
and the API at the other side wanted to delete it as the primary
location and we ended up without a location at all.
I don't explain it terribly well, but we've discussed it now anyway
and decided that this separation of primary and secondary locations
doesn't actually work that well.
Karsten is now doing something with the API and I'm writing a quick
client to test.
k.o.lu...@rdg.ac.uk
unread,
Nov 15, 2007, 10:38:44 AM11/15/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MeAggregator
The change has been committed. We now have a
promoteAlternativeFileLocation method instead of
addPrimaryFileLocation.
This probably should have been an issue in the googlecode repository,
but hey, it works here as well...