Hi Sorry no specific links.
Have a read of appcfg.py in google/appengine/tools/appcfg.py , specifically the class AppVersionUpload. It uses remote_api rpc calls under the hood All of the appcfg functions that talk to a remote server do. If you wanted to build your own wrapper I would be using that class, otherwise you would need to start building all of the stages of an upload yourself, which could change from release to release etc.. As it is, I am sure AppVersionUpload isn't a public api (ie could change from release to release, but I bet far less changes to manage.) Rgds Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/CdkMao4YtaoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
