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 Google App Engine
I'm not very experienced at this, but I want to know how I can delete/
tidy up files that I have uploaded to my Apps Engine?
Dan Sanderson
unread,
Dec 2, 2008, 8:07:09 PM12/2/08
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 google-a...@googlegroups.com
If you remove the file from your local development directory then upload the app using the same "version" parameter in the app.yaml file, the file will be deleted from App Engine. If the file is in a different "version" of the app and the version is no longer the default version, you can delete the entire version from the Admin Console.
-- Dan
Vee Why
unread,
Dec 4, 2008, 6:29:00 PM12/4/08
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 Google App Engine
Dan, thanks for clarifying that. Where in the Admin console can I see
the files that I want to delete? (I am in the Admin console now, but
it is not obvious where I can see and delete unwanted files.
> > tidy up files that I have uploaded to my Apps Engine?- Hide quoted text -
>
> - Show quoted text -
Dan Sanderson
unread,
Dec 4, 2008, 6:38:36 PM12/4/08
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
Dan, thanks for clarifying that. Where in the Admin console can I see
the files that I want to delete? (I am in the Admin console now, but
it is not obvious where I can see and delete unwanted files.
You wouldn't delete a file, you'd delete a version of the application. See the Versions section of the Admin Console.
If you want to delete a file from the current version, simply delete it locally, then re-upload the app. You don't need the Admin Console for that.