Minor bug: poor error message when adding Google Drive storage
turkeyphant
Member
in Bugs
If you give an "Initial folder" that doesn't yet exist you get a rather cryptic error message:
Google Drive could not be added/edited, please check the entered settings and try again
{ "error": { "errors": [ { "domain": "global", "reason": "notFound", "message": "File not found: .", "locationType": "parameter", "location": "fileId" } ], "code": 404, "message": "File not found: ." } }
Perhaps it would be better to give a more descriptive message or to allow it to be added and the folder created later?
Comments
Thanks for the feedback. At this time, it seems like a nice relaxation to allow it to be added but "mark" it not found in some way.
Presumably you can add the storage and then delete the folder so that would seem the most consistent option.