help/pointer: look in the documentation for GData/Batch upload. This is, if
i recall correctly,
in the base gdata documentation on code.google.com
There is a VB.NET example for google base, and i am pretty sure there is a
java example as well, otherwise the code from VB should be easy enough to
translate over...
On 9/19/06, alexanderT <alex...@gmail.com> wrote:
Just started to try out Google Base. On the webpage to manually upload
data, there is a jscript that allows the user to attach a file (max
size 20 MB) and upload it to the google base server.
However, I see no examples of how to do that programmatically in either
the base or data APIs, nor is it obvious how to do this by inspecting
the Java library code for each API.
Previous forum topics don't seem to address this, although it must be a
common issue for this service. Can I get some help/pointer on this
topic?
Thanks,