[appengine-java] Re: Blobstore - delete record from apps console

2009-12-21 Thread YONG
I can delete the blob data from mediastore apps, but I want to delete
it from apps console, Blob Viewer. It should be no dependency on it, I
had manually delete my record in Datastore Viewer. Why still could not
delete it from Blob Viewer?

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Blobstore - delete record from apps console

2010-01-11 Thread YONG
Can anyone from Google App Engine team provide an answer for this?
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Blobstore - delete record from apps console

2010-01-12 Thread YONG
> What application ID are you using, and what kind of error do you see when
> you try to delete the blob?

my app ID is yong8128. When I try to delete it from Admin Console,
Blob Viewer, I got the

Server Error

A server error has occurred.

Return to Applications screen »

I had uploaded a few blob fileif delete using Blobstore API is OK.
But when delete using
Admin Console, Blob Viewer, got the above error.
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.




[appengine-java] Re: Blobstore - delete record from apps console

2010-03-02 Thread Houston startup coder
I created a new post for this without realizing this thread existed.
I also starred the issue.


On Jan 13, 5:05 pm, "Jason (Google)"  wrote:
> Hi YONG. I'm seeing this too on my end. I see a more descriptive error
> message, however -- the Admin Console is basically reporting that billing
> isn't enabled for the application when it really is, and hence doesn't
> process the delete request. Please star this external issue and you'll be
> notified of updates.
>
> http://code.google.com/p/googleappengine/issues/detail?id=2622
>
> - Jason
>
> On Tue, Jan 12, 2010 at 7:39 PM, YONG  wrote:
> > > What application ID are you using, and what kind of error do you see when
> > > you try to delete the blob?
>
> > my app ID is yong8128. When I try to delete it from Admin Console,
> > Blob Viewer, I got the
>
> > Server Error
>
> > A server error has occurred.
>
> > Return to Applications screen »
>
> > I had uploaded a few blob fileif delete using Blobstore API is OK.
> > But when delete using
> > Admin Console, Blob Viewer, got the above error.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Blobstore - delete record from apps console

2010-04-03 Thread Tristan
I'm seeing this as well (I think). I'm unable to use the blobstore
even though I have billing enabled. I'm also unable to delete things
from the blobstore using the GAE interface.

-Tristan

On Mar 2, 9:09 am, Houston startup coder 
wrote:
> I created a new post for this without realizing this thread existed.
> I also starred the issue.
>
> On Jan 13, 5:05 pm, "Jason (Google)"  wrote:
>
>
>
> > Hi YONG. I'm seeing this too on my end. I see a more descriptive error
> > message, however -- the Admin Console is basically reporting that billing
> > isn't enabled for the application when it really is, and hence doesn't
> > process the delete request. Please star this external issue and you'll be
> > notified of updates.
>
> >http://code.google.com/p/googleappengine/issues/detail?id=2622
>
> > - Jason
>
> > On Tue, Jan 12, 2010 at 7:39 PM, YONG  wrote:
> > > > What application ID are you using, and what kind of error do you see 
> > > > when
> > > > you try to delete the blob?
>
> > > my app ID is yong8128. When I try to delete it from Admin Console,
> > > Blob Viewer, I got the
>
> > > Server Error
>
> > > A server error has occurred.
>
> > > Return to Applications screen »
>
> > > I had uploaded a few blob fileif delete usingBlobstoreAPI is OK.
> > > But when delete using
> > > Admin Console, Blob Viewer, got the above error.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Google App Engine for Java" group.
> > > To post to this group, send email to
> > > google-appengine-j...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com > >  unsubscr...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Blobstore - delete record from apps console

2010-01-12 Thread Jason (Google)
What application ID are you using, and what kind of error do you see when
you try to delete the blob? Can you clarify how you were able to delete the
blob from "mediastore apps" but not the "apps console" (which I assume
refers to the Admin Console for your app)? If you weren't successful in
deleting the blob from the Admin Console, how were you able to delete it
from your app?

Thanks,
- Jason

On Mon, Jan 11, 2010 at 11:20 PM, YONG  wrote:

> Can anyone from Google App Engine team provide an answer for this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
>
-- 

You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

To post to this group, send email to google-appengine-j...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Blobstore - delete record from apps console

2010-01-13 Thread Jason (Google)
Hi YONG. I'm seeing this too on my end. I see a more descriptive error
message, however -- the Admin Console is basically reporting that billing
isn't enabled for the application when it really is, and hence doesn't
process the delete request. Please star this external issue and you'll be
notified of updates.

http://code.google.com/p/googleappengine/issues/detail?id=2622

- Jason

On Tue, Jan 12, 2010 at 7:39 PM, YONG  wrote:

> > What application ID are you using, and what kind of error do you see when
> > you try to delete the blob?
>
> my app ID is yong8128. When I try to delete it from Admin Console,
> Blob Viewer, I got the
>
> Server Error
>
> A server error has occurred.
>
> Return to Applications screen »
>
> I had uploaded a few blob fileif delete using Blobstore API is OK.
> But when delete using
> Admin Console, Blob Viewer, got the above error.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
>
-- 

You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

To post to this group, send email to google-appengine-j...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.