Status Update
Comments
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
be...@citymapper.com <be...@citymapper.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
mk...@google.com <mk...@google.com> #4
Recently, I’ve noticed that the Google Apps Script files linked to my Google account have disappeared without any apparent reason. These scripts were linked to a project on Google Sites and were functioning correctly until recently. However, now I get a message saying that the Apps Script URL "does not exist."
When I try to locate the scripts in Google Drive, they don’t appear in my file list or in the Trash. I’ve searched using the filter type:application/vnd.google-apps.script, but I’ve had no luck. I also tried accessing the Apps Script editor, but the projects don’t appear there either.
Additionally, I had a backup of these scripts in another Google account, but when I checked that account, I also couldn’t find the files there. This situation is concerning because the scripts seem to have disappeared from both accounts.
Steps I’ve Tried So Far:
I’ve checked the Trash in Google Drive on both accounts.
I’ve used the Google Drive search filter type:application/vnd.google-apps.script to try to find the scripts.
I’ve looked at the activity history in Drive, but there’s no recent activity related to the deletion or modification of the scripts.
The scripts were working perfectly fine up until a couple of days ago.
Additional Details:
I am using a free Google account.
I haven’t made any recent permission changes or deletions.
I haven’t received any notifications from Google about the deletion or restriction of access to my Apps Script projects.
This issue is affecting both my main account and a secondary account where I had backed up the same files.
I would appreciate any help recovering my Apps Script files or any suggestions on what might be happening.
Thank you in advance for your support.
When I try to locate the scripts in Google Drive, they don’t appear in my file list or in the Trash. I’ve searched using the filter type:application/vnd.google-apps.script, but I’ve had no luck. I also tried accessing the Apps Script editor, but the projects don’t appear there either.
Additionally, I had a backup of these scripts in another Google account, but when I checked that account, I also couldn’t find the files there. This situation is concerning because the scripts seem to have disappeared from both accounts.
Steps I’ve Tried So Far:
I’ve checked the Trash in Google Drive on both accounts.
I’ve used the Google Drive search filter type:application/vnd.google-apps.script to try to find the scripts.
I’ve looked at the activity history in Drive, but there’s no recent activity related to the deletion or modification of the scripts.
The scripts were working perfectly fine up until a couple of days ago.
Additional Details:
I am using a free Google account.
I haven’t made any recent permission changes or deletions.
I haven’t received any notifications from Google about the deletion or restriction of access to my Apps Script projects.
This issue is affecting both my main account and a secondary account where I had backed up the same files.
I would appreciate any help recovering my Apps Script files or any suggestions on what might be happening.
Thank you in advance for your support.
be...@citymapper.com <be...@citymapper.com> #5
I'm having the same issue as of September 4th.
Description
java.lang.IncompatibleClassChangeError: The method 'f.a0 f.a0$a.b(java.lang.String)' was expected to be of type virtual but instead was found to be of type static (declaration of 'd.a.a.c.h.p0' appears in /data/app/my.app.packageid.dev-1L1taSMlTPHQ0cbe1kpruQ==/base.apk)
at okhttp3.MediaType.parse(MediaType.java:6)
This happens on the MediaType.parse(String) method of the okhttp3 library (used inside Retrofit 2.9.0 library) and only when using the 4.0.0 plugin version. Downgrading to "com.android.tools.build:gradle:3.6.3" solves the problem. The project is a Java Android Studio Project. Project is using Proguard which is properly configured (more info here
Retrofit authors report this is a gradle plugin, not a Retrofit/okhttp3 problem (
Build: AI-193.6911.18.40.6514223, 202005201507,
AI-193.6911.18.40.6514223, JRE 1.8.0_242-release-1644-b01x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1920x1080
AS: 4.0; Kotlin plugin: 1.3.72-release-Studio4.0-1; Android Gradle Plugin: 3.6.3; Gradle: 6.1.1; NDK: from local.properties: (not specified), latest from SDK: 21.0.6113669; LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
IMPORTANT: Please read