简体   繁体   中英

ACRA integration and Google Drive

Few days back I successfully integrated ACRA in project to get crash log, but due lots of entries I just deleted entire form but when I was trying to create new one, I am not able to get option to create new legacy form within Tools .

I followed same steps which I followed before but don't know what happen now, why I am not able to get option to create Legacy form within Tools inside spreadsheet.

your suggestion are appreciable.

using Google Drive Forms as the ACRA reporting endpoint will not be supported anymore with the next releases. 

I Suggest you to connect BugSense as your back-end for ACRA reports. that what I set and it works great.

To get your crash report in BugSense you should:

1. Create an account.

2. place this line:

@ReportsCrashes(formUri = "http://www.bugsense.com/api/acra?api_key=key_received_from_bugsense", formKey="")

before declaration of your Application class:

http://blog.bugsense.com/post/8083993853/using-acra-and-bugsense

Looks like it's been axed. Google did not take well to this usage by ACRA anyway, so I suggest you look for an alternative. Once these forms become large enough they lose data too. Write your own custom POST action and link it up with ACRA or use a third party provider .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM