User dhaval - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T16:22:20Zhttp://stackoverflow.com/feeds/user/119031http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1915065/server-rejected-one-time-use-token-in-google-authsub0Server rejected one time use token in Google Authsubdhaval2009-12-16T14:41:03Z2009-12-16T14:41:03Z
<p>Here is the stacktrace and can you figure why its happening? It was working sometimes back but now I am getting this dump. I am trying to authenticate access to google sites using java authsub client library.</p>
<blockquote>
<p>Error: Server rejected one time use token.com.google.gdata.util.AuthenticationException: 403: OK at com.google.gdata.client.http.AuthSubUtil.exchangeForSessionToken(AuthSubUtil.java:309) at com.google.gdata.client.http.AuthSubUtil.exchangeForSessionToken(AuthSubUtil.java:275) at morefile.AuthSubManager.storeToken(AuthSubManager.java:157) at morefile.HandleTokenServlet.doGet(HandleTokenServlet.java:39) at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093) at com.google.apphosting.utils.servlet.ParseBlobUploadFilter.doFilter(ParseBlobUploadFilter.java:97) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) at com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:35) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:238) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:313) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830) at com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:76) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381) at com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:135) at com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:235) at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5235) at com.google.apphosting.base.RuntimePb$EvaluationRuntime$6.handleBlockingRequest(RuntimePb.java:5233) at com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:24) at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:363) at com.google.net.rpc.impl.Server$2.run(Server.java:838) at com.google.tracing.LocalTraceSpanRunnable.run(LocalTraceSpanRunnable.java:56) at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan(LocalTraceSpanBuilder.java:536) at com.google.net.rpc.impl.Server.startRpc(Server.java:793) at com.google.net.rpc.impl.Server.processRequest(Server.java:368) at com.google.net.rpc.impl.ServerConnection.messageReceived(ServerConnection.java:448) at com.google.net.rpc.impl.RpcConnection.parseMessages(RpcConnection.java:319) at com.google.net.rpc.impl.RpcConnection.dataReceived(RpcConnection.java:290) at com.google.net.async.Connection.handleReadEvent(Connection.java:466) at com.google.net.async.EventDispatcher.processNetworkEvents(EventDispatcher.java:759) at com.google.net.async.EventDispatcher.internalLoop(EventDispatcher.java:205) at com.google.net.async.EventDispatcher.loop(EventDispatcher.java:101) at com.google.net.rpc.RpcService.runUntilServerShutdown(RpcService.java:251) at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run(JavaRuntime.java:394) at java.lang.Thread.run(Unknown Source)</p>
</blockquote>
http://stackoverflow.com/questions/1909688/invalid-authsub-token-in-google-sites-for-apps0Invalid Authsub token in Google sites for apps dhaval2009-12-15T19:15:31Z2009-12-16T05:55:59Z
<p>I do not get any error while trying to access feed content for google sites from application hosted on gmail authenticated account. But I get </p>
<pre><code>Token invalid - Invalid AuthSub token.
</code></pre>
<p>when I try to access application from google apps accounts managed GAE application.</p>
<p>I have tried both <a href="https://sites.google.com/feeds/" rel="nofollow">https://sites.google.com/feeds/</a> and <a href="http://sites.google.com/feeds/" rel="nofollow">http://sites.google.com/feeds/</a></p>
<p>I have also noticed that when Authsub prompts for grants access the address is taken as domain name address of site something like extra.mydomain.com whereas when page is loaded it is redirected to Google sites address <a href="https://sites.google.com/a/mydomain.com/pagename" rel="nofollow">https://sites.google.com/a/mydomain.com/pagename</a></p>
<p>The windows client is able to access the feed of same site whereas the web app is not getting through.</p>
<p>Stack trace</p>
<blockquote>
<p>at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:564)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515)
at com.google.gdata.client.Service.getFeed(Service.java:1053)
at com.google.gdata.client.Service.getFeed(Service.java:916)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:631)
at com.google.gdata.client.Service.getFeed(Service.java:935)
at morefile.UploadApp.getFileCabinets(UploadApp.java:92)
at morefile.CopyOfUploadApp.doPost(CopyOfUploadApp.java:196)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:713)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)</p>
</blockquote>
http://stackoverflow.com/questions/1889900/gadgets-prefs-in-type-url-google-gadget0gadgets.Prefs in type url Google Gadgetdhaval2009-12-11T18:14:17Z2009-12-11T18:14:17Z
<p>Is it possible to access gadgets.Prefs in content of type="url"? </p>
<pre><code><Content type="url" href="remote address"></Content>
</code></pre>
<p>gadgets.Prefs is set in content of configuration </p>
<pre><code><Content type="html" view="configuration">
</code></pre>
http://stackoverflow.com/questions/1108974/switch-versions-of-python1switch versions of pythondhaval2009-07-10T11:12:53Z2009-12-09T18:05:54Z
<p>Story:
One of the app that i have works on python 2.4 and other on 2.6. I tried to do a sym link of python2.4 to python and things started to break loose on ubuntu jaunty.
Now i am downloading every dependency of 2.4 and installing it using python2.4 setup.py install. The dependencies seem to be endless.</p>
<p>Question1: How will i tell any framework that go and use version so and so pf python like day django to use 2.6 and say mjango to use 2.4? Something like we say use database databasename kinda syntax.</p>
<p>Question2: Is there more elegant way to switch between version as my hack of symlinking was a virtual disaster?</p>
<p>Question3: Can I download a deb for say hardy and make jaunty believe its for her?</p>
http://stackoverflow.com/questions/1862041/message-instance-has-no-attribute-read-in-google-app-engine-mail-receive0Message instance has no attribute 'read' in Google app engine mail receivedhaval2009-12-07T18:45:25Z2009-12-08T18:27:06Z
<p>Code in receive handler </p>
<pre><code>class LogSenderHandler(InboundMailHandler):
def receive(self, mail_message):
logging.info("Received a message from: " + mail_message.sender)
#logging.info("Received a message from: " + mail_message.attachments)
logging.info("Received a message from: " + mail_message.date)
logging.info("Received a message from: " + mail_message.subject)
report = DocFile()
report.doc_name = mail_message.subject
if mail_message.attachments is not None:
report.doc_file = mail_message.attachments
else:
report.doc_file = mail_message.bodies(content_type='text/plain')
report.put()
application = webapp.WSGIApplication([LogSenderHandler.mapping()], debug=True)
def main():
run_wsgi_app(application)
if __name__ == "__main__":
main()
</code></pre>
<p>code in url.py </p>
<pre><code>inbound_services:
- mail
handlers:
- url: /_ah/mail/.+
script: handle_incoming_email.py
</code></pre>
<p>error when i try to send a simple email from <a href="http://localhost:8080/%5Fah/admin/inboundmail" rel="nofollow">http://localhost:8080/%5Fah/admin/inboundmail</a></p>
<pre><code>Message send failure
Traceback (most recent call last):
File "F:\Program Files\Google\google_appengine\google\appengine\ext\webapp\__init__.py", line 509, in __call__
handler.post(*groups)
File "F:\Program Files\Google\google_appengine\google\appengine\ext\webapp\mail_handlers.py", line 58, in post
self.receive(mail.InboundEmailMessage(self.request.body))
File "F:\Program Files\Google\google_appengine\google\appengine\api\mail.py", line 547, in __init__
self.update_from_mime_message(mime_message)
File "F:\Program Files\Google\google_appengine\google\appengine\api\mail.py", line 1081, in update_from_mime_message
mime_message = _parse_mime_message(mime_message)
File "F:\Program Files\Google\google_appengine\google\appengine\api\mail.py", line 232, in _parse_mime_message
return email.message_from_file(mime_message)
File "F:\Python25\lib\email\__init__.py", line 66, in message_from_file
return Parser(*args, **kws).parse(fp)
File "F:\Python25\lib\email\parser.py", line 68, in parse
data = fp.read(8192)
AttributeError: Message instance has no attribute 'read'
</code></pre>
<p>EDIT
This error comes only on local machine and not on app engine</p>
http://stackoverflow.com/questions/1851417/program-share-with-others-in-google-docs0program "Share with others" in Google docsdhaval2009-12-05T07:04:15Z2009-12-07T14:38:39Z
<p>Is it possible to program "Share with others" in Google docs through some API/interface etc., Essentially I want to reach out "Email Spreadsheet" or Docs page and utilize its services</p>
http://stackoverflow.com/questions/1854767/tools-to-generate-reportanalytics-feeds-from-google0Tools to generate reportanalytics feeds from googledhaval2009-12-06T08:29:38Z2009-12-06T08:29:38Z
<p>Can you recommend any programmable tools/extensions that can be used to generate reports out of google analytics feed on th fly? Essentially some kind of pdf generator from feed, not sure though.
Or does the Google analytics itself gives reports output as feed etc.,</p>
http://stackoverflow.com/questions/1842360/facebook-login-without-opening-another-window-popup0Facebook login without opening another window/popupdhaval2009-12-03T19:36:58Z2009-12-04T01:43:30Z
<p>Is it possible for web application that is created by the same owner as facebook application to have access to facebook application without going through a explicit session opening exercise?
Most of the work is done on server side and I need to access facebook application directly from backend server. Each time the website loads I do not want user to go through the facebook connect experience as data to be displayed does not require his facebook profile/data access.</p>
<p>Let me know if its possible?</p>
<p>Although its not related to language, I would be grateful if help is provided keeping python in mind. Thx</p>
http://stackoverflow.com/questions/1818896/django-app-with-app-engine-on-windows/1818970#18189700Answer by dhaval for django app with app engine on windows dhaval2009-11-30T10:20:10Z2009-11-30T10:20:10Z<p>Why do you need django.db? How do you propose to use it? My guess is Django is searching for sqlite and it is not able to find it? Maybe if you install it the error would go.</p>
http://stackoverflow.com/questions/1812238/manage-py-syncdb-on-windows-for-google-app-engine-patch-does-not-work0manage.py syncdb on windows for Google App Engine Patch does not workdhaval2009-11-28T10:56:52Z2009-11-29T15:52:31Z
<p>I have installed Google App Engine patch and I get the following error when I want to sync the DB </p>
<p>Command on command prompt on windows </p>
<pre><code>manage.py syncdb
The Google App Engine SDK could not be found!Visit http://code.google.com/p/app-engine- patch/ for installation instructions.
</code></pre>
<p>I have installed win32api too and it still recurs. appcfg.py and dev_appserver.py works normally.</p>
<p>EDIT </p>
<p>Added and removed following paths from PATH </p>
<pre><code>F:\Program Files\Google\google_appengine\google
F:\Program Files\Google\google_appengine\lib
</code></pre>
<p>EDIT
The following hack has made it working but I hope there is a better way </p>
<pre><code>SDK_PATH = "F:\Program Files\Google\google_appengine"
</code></pre>
<p>in
aecmd.py in common\appenginepatch</p>
http://stackoverflow.com/questions/1812238/manage-py-syncdb-on-windows-for-google-app-engine-patch-does-not-work/1814636#18146360Answer by dhaval for manage.py syncdb on windows for Google App Engine Patch does not workdhaval2009-11-29T04:15:16Z2009-11-29T15:52:31Z<p>A little more <a href="http://code.google.com/appengine/articles/app-engine-patch.html" rel="nofollow">reading</a> helped , and thanx to Jesaja Everling</p>
<p>specifically the line</p>
<blockquote>
<p>If you were using Django with a
relational database, you would now
have to run manage.py syncdb to create
the necessary database tables. With
App Engine this happens on the fly.</p>
</blockquote>
<p>Additionally, improved the hack to </p>
<pre><code> if os.name in ('nt', 'dos'):
#Below path only considers C:\\Program Files
#prefix = '%(PROGRAMFILES)s' % os.environ
#paths.append(prefix + r'\Google\google_appengine')
#check all drives for path
for path in os.environ.get('PATH', '').split(';'):
if path.endswith('google_appengine') or path.endswith('google_appengine\\') :
paths.append(path)
</code></pre>
<p>PROGRAMFILES gives only C: by default and my google_appengine is in F:</p>
http://stackoverflow.com/questions/1807839/upload-not-working-on-google-app-engine0Upload not working on Google app enginedhaval2009-11-27T10:09:12Z2009-11-27T11:02:56Z
<p>I am not able to upload any project to Google app engine and this is the error I get</p>
<pre><code> File "F:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1250, in DoUpload
missing_files = self.Begin()
File "F:\Program Files\Google\google_appengine\google\appengine\tools\appcfg.py", line 1045, in Begin
version=self.version, payload=self.config.ToYAML())
File "F:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 356, in Send
self._Authenticate()
File "F:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 391, in _Authenticate
super(HttpRpcServer, self)._Authenticate()
File "F:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 271, in _Authenticate
auth_token = self._GetAuthToken(credentials[0], credentials[1])
File "F:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 214, in _GetAuthToken
response = self.opener.open(req)
File "F:\Python25\lib\urllib2.py", line 381, in open
response = self._open(req, data)
File "F:\Python25\lib\urllib2.py", line 399, in _open
'_open', req)
File "F:\Python25\lib\urllib2.py", line 360, in _call_chain
result = func(*args)
File "F:\Python25\lib\urllib2.py", line 1115, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "F:\Python25\lib\urllib2.py", line 1082, in do_open
raise URLError(err)
URLError: < urlopen error (8, 'EOF occurred in violation of protocol') >
</code></pre>
http://stackoverflow.com/questions/1807839/upload-not-working-on-google-app-engine/1808109#18081091Answer by dhaval for Upload not working on Google app enginedhaval2009-11-27T11:02:56Z2009-11-27T11:02:56Z<p>It looks like fiddler was interfering with upload, I did not know how to disable it so stopped it and then upload happened instantly. I got the clue from this <a href="http://andrewgrossmanatwork.blogspot.com/2009/02/sslerror-8-eof-occurred-in-violation-of.html" rel="nofollow">blogpost</a>. </p>
<p>Specially the part </p>
<blockquote>
<p>proxies can result in this problem, which is likely caused by the HTTP header send being terminated prematurely.</p>
</blockquote>
http://stackoverflow.com/questions/1789986/mouseenter-leave-cause-flicker-in-jquery0mouseenter leave cause flicker in jQuerydhaval2009-11-24T13:15:21Z2009-11-24T18:01:47Z
<p>The below code works but on mouse enter causes flicker </p>
<pre><code> $("#helptext").bind("mouseenter",function(){
$("p:first",this).text("helptext.");
}).bind("mouseleave",function(){
$("p:first",this).text("");
});
</code></pre>
<p>The below code does not work </p>
<pre><code> /*
$("helptext").mouseout(function(){
$("p:first",this).text("sdlfksdlfjskldjl");
}).mouseover(function(){
$("p:first",this).text("mouse over");
});*/
</code></pre>
<p>I want to remove the flicker or get the second code working.</p>
<p>The HTML for above </p>
<pre><code><div id="helptext"><img alt="Help Text" src="/static/help.png"></img><p></p></div>
</code></pre>
http://stackoverflow.com/questions/1775016/apache-commons-file-upload-and-percentage-progress-in-google-apps0Apache commons file upload and percentage progress in Google Appsdhaval2009-11-21T09:22:56Z2009-11-21T19:27:50Z
<p>I am trying to use ProgressListener update call to obtain percentage completion of each file. Number of files are dynamically chosen and uploaded. </p>
<pre><code>public class ProgressListenerImpl implements ProgressListener
</code></pre>
<p>Will I be able to use the "item" parameter in the update call? </p>
<pre><code>update(long bytesRead, long contentLength, int item)
</code></pre>
<p>And associate them to each iframe dynamically created in UI? Is there alternative suggestions that are easier or simpler in nature?</p>
<p>The application has to be in Java hosted on Google App Engine. I am not saving files to any filesystem but using the stream to redirect data to Google sites.</p>
http://stackoverflow.com/questions/1774877/why-do-updating-google-site-with-file-upload-throws-file-itemskippedexception0Why do updating Google site with file upload throws File ItemSkippedException?dhaval2009-11-21T07:54:28Z2009-11-21T08:23:04Z
<p>I have a media source object </p>
<pre><code> MediaStreamSource ms = new MediaStreamSource(is, mediaType);
AttachmentEntry newAttachment = new AttachmentEntry();
</code></pre>
<p>and try to insert it and in case it already exists then update it instead of insert. </p>
<pre><code> try
{
return service.insert(new URL(getContentFeedUrl()), newAttachment);
}
catch (VersionConflictException ve) {
//update version directly
return service.updateMedia(new URL(getContentFeedUrl()), newAttachment);
}
</code></pre>
<p>But when I do so I get following stack trace</p>
<pre><code>org.apache.commons.fileupload.FileItemStream$ItemSkippedException
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:880)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at com.google.gdata.data.media.MediaSource$Output.writeTo(MediaSource.java:87)
at com.google.gdata.data.media.MediaBodyPart$MediaSourceDataHandler.writeTo(MediaBodyPart.java:74)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:452)
at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:157)
at com.google.gdata.wireformats.output.media.MediaMultipartGenerator.generate(MediaMultipartGenerator.java:58)
at com.google.gdata.wireformats.output.media.MediaMultipartGenerator.generate(MediaMultipartGenerator.java:37)
at com.google.gdata.client.Service.writeRequestData(Service.java:1831)
at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:497)
at morefile.UploadApp.uploadAttachment(UploadApp.java:105)
</code></pre>
http://stackoverflow.com/questions/1761869/why-itemskippedexception0Why ItemSkippedException?dhaval2009-11-19T09:00:08Z2009-11-19T09:10:39Z
<p>I am trying to update content in Google sites and am reading the stream in exception VersionConflictException.</p>
<p>When I check the stream it is all fine and is completely loaded in POST request but then I get following error. </p>
<pre><code>org.apache.commons.fileupload.FileItemStream$ItemSkippedException
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:880)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at com.google.gdata.data.media.MediaSource$Output.writeTo(MediaSource.java:87)
at com.google.gdata.data.media.MediaBodyPart$MediaSourceDataHandler.writeTo(MediaBodyPart.java:74)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:452)
at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:157)
at com.google.gdata.wireformats.output.media.MediaMultipartGenerator.generate(MediaMultipartGenerator.java:58)
at com.google.gdata.wireformats.output.media.MediaMultipartGenerator.generate(MediaMultipartGenerator.java:37)
at com.google.gdata.client.Service.writeRequestData(Service.java:1831)
at com.google.gdata.client.media.MediaService.updateMedia(MediaService.java:497)
at com.google.gdata.data.media.MediaEntry.updateMedia(MediaEntry.java:159)
at morefile.UploadApp.updateAttachment(UploadApp.java:136)
</code></pre>
http://stackoverflow.com/questions/1757714/not-authorized-to-write-to-this-feed0Not authorized to write to this feed dhaval2009-11-18T17:31:13Z2009-11-19T06:42:27Z
<p>I am calling </p>
<pre><code> service.insert(new URL(getContentFeedUrl()), newAttachment);
</code></pre>
<p>for Google sites file upload using MediaStreamSource in servlet and get following exception</p>
<p>com.google.gdata.util.ServiceForbiddenException: OK
Not authorized to write to this feed</p>
<pre><code>at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:561)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:543)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:536)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:515)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:515)
at com.google.gdata.client.media.MediaService.insert(MediaService.java:390)
at morefile.UploadApp.uploadAttachment(UploadApp.java:95)
</code></pre>
http://stackoverflow.com/questions/1757714/not-authorized-to-write-to-this-feed/1761322#17613220Answer by dhaval for Not authorized to write to this feed dhaval2009-11-19T06:42:27Z2009-11-19T06:42:27Z<p>I just realised that i was granting access to user who was not owner of google sites and thus was getting this error. I am leaving this comment as there is little help available on web on this error.</p>
http://stackoverflow.com/questions/1590897/openid-for-google-app-engine/1758059#17580590Answer by dhaval for OpenID for Google App Enginedhaval2009-11-18T18:26:17Z2009-11-18T18:26:17Z<p>try rpxnow.com , they provide multiple options including openid.</p>
http://stackoverflow.com/questions/1750801/upload-file-using-inputstream-in-gae-java1upload file using inputstream in GAE javadhaval2009-11-17T18:24:05Z2009-11-17T19:58:44Z
<p>I am trying to upload file to google sites and am obtaining the stream using apache commons file upload.
I get the input stream as under </p>
<pre><code> InputStream is = fileItem.openStream();
</code></pre>
<p>How will I convert this input stream in file object so that below call succeeds and I am able to set the MediaFileSource to above converted file.</p>
<pre><code>AttachmentEntry newAttachment = new AttachmentEntry();
newAttachment.setMediaSource(new MediaFileSource(file, fileMimeType));
</code></pre>
http://stackoverflow.com/questions/1746043/rmi-error-in-google-app0rmi error in google appdhaval2009-11-17T01:29:15Z2009-11-17T09:01:44Z
<p>I dont get the error when I use the following line </p>
<pre><code> FileItemIterator it = servletFileUpload.getItemIterator(request);
</code></pre>
<p>I get it when I use following line </p>
<pre><code> List fileItemsList = servletFileUpload.parseRequest(request);
</code></pre>
<p>How are they different and How is rmi related to servletFileUpload.parseRequest(request);?</p>
<p>Error:
Caused by:</p>
<pre><code>java.lang.NoClassDefFoundError: java.rmi.server.UID is a restricted class. Please see the Google App Engine developer's guide for more details.
at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at org.apache.commons.fileupload.disk.DiskFileItem.(DiskFileItem.java:103)
at org.apache.commons.fileupload.disk.DiskFileItemFactory.createItem(DiskFileItemFactory.java:196)
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:358)
at org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126)
at morefile.CopyOfUploadApp.doPost(CopyOfUploadApp.java:147)
</code></pre>
<p>Context:
A file upload application using Apache commons lib on google apps.</p>
http://stackoverflow.com/questions/1073226/getting-active-on-server-fault0getting active on server fault [closed]dhaval2009-07-02T08:48:37Z2009-09-04T20:55:37Z
<p>Will i lose any data in stackoverflow if i say okay to "migrate user" option in becoming active on server fault?
It is happening because I am using the same openid and its smart enough to recognize that.</p>
http://stackoverflow.com/questions/1229112/eventscreate-fails-in-facebook0events_create fails in facebookdhaval2009-08-04T18:23:41Z2009-08-18T07:06:44Z
<p>strugglin to create event in javascript as </p>
<pre><code>api.events_create(eventInfo,function(result,ex){
</code></pre>
<p>is failing and </p>
<p>catch(FacebookRestClientException){
gives</p>
<p>TypeError: api.events_create is not a function message=api.events_create is not a function</p>
<p>any clue</p>
http://stackoverflow.com/questions/1229112/eventscreate-fails-in-facebook/1292253#12922530Answer by dhaval for events_create fails in facebookdhaval2009-08-18T07:06:44Z2009-08-18T07:06:44Z<p>api.callMethod works - have put a sample call , hope it helps</p>
<pre><code> var eventInfo = {
"name":this.name.value,
"category":"1",
"subcategory":"2",
"host":"My Host",
"location":"JP Nagar",
"city":"Bang",
"start_time":starttime,
"end_time":endtime};
function createEvent(eventinfo) {
try{
//check if user has extended permission to create otherwise prompt him for same
api.users_hasAppPermission('create_event',function(res,ex){
if (res == 0)
FB.Connect.showPermissionDialog("create_event",
function(res,ex){alert("Congratulations events");});
});
dict = {};
dict['event_info'] = eventinfo;
//provide a call back or a sequencer
var ret = api.callMethod(
'events.create',
dict,
function(eventid,ex){
console.log(data);
});
return ret;
}
catch(FacebookRestClientException){
console.log(FacebookRestClientException);
}
return;
}//createEvent routine
</code></pre>
http://stackoverflow.com/questions/1184172/asp-net-mvc-template-missing2asp.net mvc template missingdhaval2009-07-26T09:53:17Z2009-08-04T20:07:33Z
<p>I installed asp.net mvc and then followed it up by installation of visual studio 2008 express. When I do new project I dont see mvc template to choose from.
How do i add the asp.net mvc template for visual studio to know where it is?</p>
http://stackoverflow.com/questions/1000066/how-to-logout-after-getting-authenticated-by-single-sign-on-provider1how to logout after getting authenticated by single sign on provider?dhaval2009-06-16T07:49:20Z2009-08-02T10:03:07Z
<p>I am trying to provide authentication facility through third party single sign on provider like rpxnow. After login on every refresh of page I am not able to retrieve the cookies set by the provider so that I can delete them when user desires to log out?
Is there any other way to gracefully logout the user without trying to search for cookies etc., or releasing the token provided by them after authentication?</p>
http://stackoverflow.com/questions/1000066/how-to-logout-after-getting-authenticated-by-single-sign-on-provider/1218573#12185730Answer by dhaval for how to logout after getting authenticated by single sign on provider?dhaval2009-08-02T10:03:07Z2009-08-02T10:03:07Z<p>I had a workaround. I stored the token retrieved from single sign on site and onclick of logout deleted the token. Every call handler for each page was initiated by checking for validating for token variable in session. </p>
http://stackoverflow.com/questions/1073111/shifting-from-windows-to-nix-programming-platform3shifting from windows to *nix programming platformdhaval2009-07-02T08:11:48Z2009-07-10T00:00:55Z
<p>How to migrate to *nix platform after spending more than 10 years on windows? Which flavor will be easy to handle to make me more comfortable and then maybe I can switch over to more stadard *nix flavors?
I have been postponing for a while now. Help me with the extra push.</p>
http://stackoverflow.com/questions/1062108/obtain-collectionname-from-parents-key-in-gae0obtain collection_name from parent's key in GAEdhaval2009-06-30T06:56:31Z2009-07-08T08:35:36Z
<p>is it possible to ask parent for its refered collection_name based on one of its keys,
lets say i have a parent db model and its key, can i know ths children who refer to this parent through collection name or otherwise</p>
<pre><code>class Parent(db.Model):
user = db.UserProperty()
class Childs(db.Model):
refer = db.ReferenceProperty(Parent,collection_name='children')
</code></pre>
http://stackoverflow.com/questions/1909688/invalid-authsub-token-in-google-sites-for-apps/1912597#1912597Comment by dhaval on Invalid Authsub token in Google sites for apps dhaval2009-12-16T14:42:12Z2009-12-16T14:42:12Z@aldrin The two are independent behavior. I illustrated them to point out that it works in one but not in other. I am not reusing tokens etc.,http://stackoverflow.com/questions/1862041/message-instance-has-no-attribute-read-in-google-app-engine-mail-receive/1868566#1868566Comment by dhaval on Message instance has no attribute 'read' in Google app engine mail receivedhaval2009-12-09T06:32:28Z2009-12-09T06:32:28ZThanx Kristian, I have also posted the same at <a href="http://groups.google.com/group/google-appengine-python/browse_thread/thread/2b8b8f652fc3a98a/1e7ed89c158cdd75#1e7ed89c158cdd75" rel="nofollow">groups.google.com/group/google-appengine-python/…</a> and the issue is observed by others too. Are you saying that you dont get read error when you restart server and you are able to obtain the email?http://stackoverflow.com/questions/1851417/program-share-with-others-in-google-docs/1860366#1860366Comment by dhaval on program "Share with others" in Google docsdhaval2009-12-09T06:29:22Z2009-12-09T06:29:22ZThanx for your inputs , what I was requesting was an API call directly to call share with others, give it list of attachments and it goes and does it for me without me downloading any of those attachments/docs http://stackoverflow.com/questions/1862041/message-instance-has-no-attribute-read-in-google-app-engine-mail-receive/1868566#1868566Comment by dhaval on Message instance has no attribute 'read' in Google app engine mail receivedhaval2009-12-08T21:05:50Z2009-12-08T21:05:50Zyes , its the latest version and i have done multiple re-sstarts, it works alright in productionhttp://stackoverflow.com/questions/1862041/message-instance-has-no-attribute-read-in-google-app-engine-mail-receiveComment by dhaval on Message instance has no attribute 'read' in Google app engine mail receivedhaval2009-12-08T04:52:41Z2009-12-08T04:52:41ZExcept the indents that are required by python, is there any other syntax error that you see. If you can ignore the indents and let me know why the error is coming than it will be very usefulhttp://stackoverflow.com/questions/1862041/message-instance-has-no-attribute-read-in-google-app-engine-mail-receiveComment by dhaval on Message instance has no attribute 'read' in Google app engine mail receivedhaval2009-12-07T19:09:22Z2009-12-07T19:09:22Ztried to indent, let me know if its betterhttp://stackoverflow.com/questions/1842360/facebook-login-without-opening-another-window-popup/1844379#1844379Comment by dhaval on Facebook login without opening another window/popupdhaval2009-12-04T06:01:33Z2009-12-04T06:01:33ZI know , I was just wondering if it could be done or if there is an acceptable workaround. Anyways thx for your confirmation.http://stackoverflow.com/questions/1842208/from-a-coders-perspective-what-kind-of-project-should-i-choose-python-over-phpComment by dhaval on From a coder's perspective, what kind of project should I choose python over php for where both could do the job?dhaval2009-12-03T21:51:36Z2009-12-03T21:51:36ZYou want to compare a specific project that you like or that will help you to shift your perspective from my suggestion/choice of project.http://stackoverflow.com/questions/1842360/facebook-login-without-opening-another-window-popupComment by dhaval on Facebook login without opening another window/popupdhaval2009-12-03T19:59:15Z2009-12-03T19:59:15ZGroups associated with user who has created the facebook apphttp://stackoverflow.com/questions/1775016/apache-commons-file-upload-and-percentage-progress-in-google-apps/1775905#1775905Comment by dhaval on Apache commons file upload and percentage progress in Google Appsdhaval2009-12-03T09:11:11Z2009-12-03T09:11:11ZThe progress is in two parts 1. FILE FORM submit 2. FILE FEED UPDATE to google site. Point 1 is handled by flash. For point 2 Is there a ATOM tag to check update progress?http://stackoverflow.com/questions/1775016/apache-commons-file-upload-and-percentage-progress-in-google-apps/1775905#1775905Comment by dhaval on Apache commons file upload and percentage progress in Google Appsdhaval2009-12-01T09:22:45Z2009-12-01T09:22:45ZYes, I need a client side progress and I am using a Flash for same. My question was to know the progress after form post is done and server starts to upload the file to Google site. Hope I am more clear.http://stackoverflow.com/questions/1807839/upload-not-working-on-google-app-engineComment by dhaval on Upload not working on Google app enginedhaval2009-11-27T10:43:56Z2009-11-27T10:43:56Zthx Carl, +1 for your change. How do you indent lengthy text by 4 spaces in SO editor. When I press TAB the text itself disappeared.http://stackoverflow.com/questions/1807839/upload-not-working-on-google-app-engineComment by dhaval on Upload not working on Google app enginedhaval2009-11-27T10:35:04Z2009-11-27T10:35:04ZIt was working till a hour ago. It looks like timeout issue, not sure. How do I resolve it?http://stackoverflow.com/questions/1789986/mouseenter-leave-cause-flicker-in-jquery/1790024#1790024Comment by dhaval on mouseenter leave cause flicker in jQuerydhaval2009-11-24T16:56:35Z2009-11-24T16:56:35Zyes, that was an obvious typo. Thank you for pointing it out.http://stackoverflow.com/questions/1789986/mouseenter-leave-cause-flicker-in-jquery/1790277#1790277Comment by dhaval on mouseenter leave cause flicker in jQuerydhaval2009-11-24T16:55:37Z2009-11-24T16:55:37Zvery cute picture ;-) and thanx for demo site, very kind of you. It works for you because the length of help text is less than div width. It was flickering for me because the length of text was more. Please check and let me know if my assumptions are right.