Assigned
Status Update
Comments
jp...@google.com <jp...@google.com>
do...@woom.com <do...@woom.com> #2
Thanks for the report. Can you check if you get more information about where this issue is coming from by running with the --stacktrace
flag: ./gradlew assembleRelease --stacktrace
?
Would it be possible for you to share a dump of the inputs to R8 that causes the compilation failure? That way we should be able to reproduce the problem.
You can generate a zip dump by running the following command. The dump contains the project's class files, Proguard configuration, etc.
./gradlew assembleRelease --no-daemon -Dcom.android.tools.r8.dumpinputtodirectory=/path/to/dumps
You can share the dump privately with
See also
Description
Potential Use Case
I am building an application where I need to tie together a response created by a user on my platform, with their Google Form response. Imagine they put in their username on the platform (which needs to be validated), and then they are redirected to a Google Forms page to fill in a questionnaire. Through App Script, I could give each user a unique form link by submitting a blank response, and then give them a link to "edit" the blank response after their username is validated. This lets me associate a username with a form response.
Problem
On this documentation page , it states:
Feature Request
I am requesting "submitting form responses through the API" as a feature, or an alternative feature such as:
What existing APIs would this affect?
What existing data does this use?