saravanarajan / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Acra android #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Sending request to 
https://docs.google.com/spreadsheet/formResponse?formkey=1v-GqVh2CIPElF91ZvTO4fP
uWJn6aP1tTXXk1iIDUOqc&ifq

Failed to send crash report for 1359971473000-approved.stacktrace
org.acra.sender.ReportSenderException: Error while sending report to Google 
Form.
org.acra.sender.GoogleFormSender.send(GoogleFormSender.java:91)
org.acra.SendWorker.sendCrashReport(SendWorker.java:178)
org.acra.SendWorker.checkAndSendReports(SendWorker.java:141)
org.acra.SendWorker.run(SendWorker.java:77)
Caused by: java.io.IOException: Host returned error code 400
org.acra.util.HttpRequest.send(HttpRequest.java:139)
org.acra.sender.GoogleFormSender.send(GoogleFormSender.java:88)

Original issue reported on code.google.com by karthick...@gmail.com on 4 Feb 2013 at 1:23

GoogleCodeExporter commented 9 years ago
In Google Sheets there is only "Tools->Create a form" which does not tell 
anything about legacy forms. I think this is causing different URL to be 
created for the form than where ACRA is trying to send report to. My forms 
looks to have an URL in format of https://docs.google.com/forms/d/{ID}/viewform

Ps. I'm first time user of Google Docs/Drive ;)

Original comment by kuitsi on 7 Apr 2013 at 1:43