workspaces-issues
workspaces-issues copied to clipboard
[Feature Request] - Rclone - Scope - Drive appdata
There is a need to mount Google Drive with limited access "https://www.googleapis.com/auth/drive.appdata " Is the implementation of the function planned? The RClone documentation mentions such functionality. https://rclone.org/drive/
Kasm Volume Config Example:
{
"driver" : "rclone",
"driver_opts" : {
"type" : "drive.appfolder",
"uid" : "1000",
"gid" : "1000",
"allow_other" : "true"
}
}
Existing Resources
- [x] Please search the existing issues for related items
- [x] Consult the product documentation : Docs
- [x] Consult the FAQ : FAQ
- [x] Consult the Troubleshooting Guide : Guide
- [x] Reviewed existing training videos: Youtube
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.