Commit e192a2f
committed
Merge PR burnash#1515: Fixed
This PR addresses issue burnash#1507 which caused a 403 error when copying permissions
from a spreadsheet located in a shared drive.
Key changes:
- Filters out folder-level permissions (organizer/fileOrganizer roles)
- Only copies permissions directly applied to spreadsheet files (writer, commenter, reader)
- Enhanced typing annotations to resolve mypy complaints
- All 141 unit tests pass successfully
Status: Safe to merge - narrowly scoped bug fix, well testedAPIError: [403] when copying permissions2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
333 | 346 | | |
334 | 347 | | |
335 | 348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments