You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to understand more about the "file not found" issue. What in practical sense do I need to do to make this work. The situation is I have a published Editor Add-On, which I'm updating with ReDriveApp. What would be the additional required process for my users in order to make the old files usable?
Also very basic question. I am working on the new version of the Add-On in the different project. It was Test Deployed with full drive scope. What do I need to do to make ReDriveApp work? It seems like whatever file ID i'm trying to get - it sees none of them on my Drive.
Thanks
The text was updated successfully, but these errors were encountered:
"The situation is I have a published Editor Add-On, which I'm updating with ReDriveApp. What would be the additional required process for my users in order to make the old files usable?"
"Also very basic question. I am working on the new version of the Add-On in the different project. It was Test Deployed with full drive scope. What do I need to do to make ReDriveApp work? It seems like whatever file ID i'm trying to get - it sees none of them on my Drive."
It should work as-is on files it creates after you switch to the /drive.file scope and start using ReDriveApp. For files created prior, you'll need to have them selected via Drive File Picker (see above).
Basically for one of my Add-ons, after I migrated to /drive.file and ReDriveApp, I added code to detect if my Add-on could not open a file from Drive that it normally should have been able to. In those cases, I send the end-user an email (via Mail app) notifying them of the issue, and directing them to a help page on my Add-on's website instructing them on what to do (i.e. create or select a new input file, or use the Drive file Picker to re-select the old one).
I would love to understand more about the "file not found" issue. What in practical sense do I need to do to make this work. The situation is I have a published Editor Add-On, which I'm updating with ReDriveApp. What would be the additional required process for my users in order to make the old files usable?
Also very basic question. I am working on the new version of the Add-On in the different project. It was Test Deployed with full drive scope. What do I need to do to make ReDriveApp work? It seems like whatever file ID i'm trying to get - it sees none of them on my Drive.
Thanks
The text was updated successfully, but these errors were encountered: