Commit e92c1e3
authored
fix: Omit empty driveId in dir response JSON (#4694)
When making requests to the files API for directories (e.g to create a
directory), we always return a `driveId` attribute in the response
JSON even if the directory is not part of a shared drive while we omit
it for files.
We will now omit this attribute when empty for directories as well.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments