Thanks a lot Marzia i really appreciate your troubleshooting you are
great :) thanks
Now data is importing comma separated CSV file but what if in my data
have "," as a content.
Thanks
On Nov 19, 12:14 am, Gampesh <
gamp...@gmail.com> wrote:
> it shows error to me if i remove login:admin from app.yaml
>
> On Wed, Nov 19, 2008 at 12:42 AM, Marzia Niccolai <
ma...@google.com> wrote:
> > Does it work when you remove the login: admin from the app.yaml for this
> > handler?
>
> > -Marzia
>
> > On Tue, Nov 18, 2008 at 10:53 AM, Gampesh <
gamp...@gmail.com> wrote:
>
> >> hi,
>
> >> i did it in different browser but was not lucky i am very frustrate. i am
> >> burning my time since last two days, still burning.
>
> >> thanks Marzia for your kind help.
>
> >> Thanks
>
> >> On Wed, Nov 19, 2008 at 12:18 AM, Marzia Niccolai <
ma...@google.com>wrote:
>
> >>> Might be worth temporarily removing the admin restriction from the
> >>> handler, omitting the cookie, and then trying to upload. If this works, you
> >>> know there is a problem with the cookie, so then you can sign out of your
> >>> account, flush the browser cache, and try to re-generate a cookie for the
> >>> site.
>
> >>> -Marzia
>
> >>> On Tue, Nov 18, 2008 at 10:34 AM, Gampesh <
gamp...@gmail.com> wrote:
>
> >>>> yes i am getting same error that
>
> >>>> 302 Moved
> >>>> The document has moved
> >>>> here.
> >>>> ERROR 2008-11-17 13:16:43,453 bulkload_client.py] Import failed
>
> >>>> On Tue, Nov 18, 2008 at 11:45 PM, Marzia Niccolai <
ma...@google.com>wrote:
>
> >>>>> Is the error still 302? Or did it generate another error? The 302
> >>>>> definitely indicates that the authentication isn't working, but a different
> >>>>> error would mean something else.
>
> >>>>> Also, reading over the docstring for bulkload, it seems you can
> >>>>> simplify this code by just having the file be:
>
> >>>>> inventory = bulkload.Loader('Inventory', [("name", str),("quantity",
> >>>>> int)])
>
> >>>>> if __name__ == "__main__":
> >>>>> bulkload.main(inventory)
>
> >>>>> -Marzia
>
> >>>>> On Tue, Nov 18, 2008 at 9:50 AM, Gampesh <
gamp...@gmail.com> wrote:
>
> >>>>>> hi,
> >>>>>> but i have passed --cookie which is generated after visiting "
> >>>>>>
famousandspicy.appspot.com/load" but still it is not working.
>
> >>>>>> thanks
>
> >>>>>> On Tue, Nov 18, 2008 at 11:01 PM, Marzia Niccolai <
ma...@google.com>wrote:
>
> >>>>>>> Hi,
>
> >>>>>>> The 302 means that login is required, so you need to make sure you
> >>>>>>> are passing in the correct --cookie parameter to the command line.
>
> >>>>>>> Visit
famousandspicy.appspot.com/load in the browser to retrieve the
> >>>>>>> cookie to use for the bulkuploader.
>
> >>>>>>> -Marzia
>
> >>>>>>>>
famousandspicy.appspot.com/load--cookie='ACSID=AJKiYc....[...]..w51g'