So in an earlier issue which has automatically closed, I was unable to upload files to shared drives in the actual build (works fine in editor though). https://github.com/Elringus/UnityGoogleDrive/issues/95. Instead of uploading to the shared folder, the files I make end up in my local drive in the build, but in Editor they upload to the shared folder just fine (the code in the build is identical).
Is there a way to add support for 'supportsAllDrives=true' which is required to have write permissions to shared folders? I can't see any mention of it in the plugin/github repo
The 'Shared with me collection' link here in the setup guide is dead so I'm at a loss as to what else I can do to make this work with shared drives if the api has changed.
After much investigation and cross-comparing with the sample scenes in this repo, I realised this issue was caused by Managed Stripping Level being higher than 'Low', I have updated the readme for it here in this PR. I hope this is useful to other people
So in an earlier issue which has automatically closed, I was unable to upload files to shared drives in the actual build (works fine in editor though). https://github.com/Elringus/UnityGoogleDrive/issues/95. Instead of uploading to the shared folder, the files I make end up in my local drive in the build, but in Editor they upload to the shared folder just fine (the code in the build is identical).
Is there a way to add support for 'supportsAllDrives=true' which is required to have write permissions to shared folders? I can't see any mention of it in the plugin/github repo
The 'Shared with me collection' link here in the setup guide is dead so I'm at a loss as to what else I can do to make this work with shared drives if the api has changed.