AllowShareAs reports whether sharing files as a specific user is allowed.
()
| 22 | |
| 23 | // AllowShareAs reports whether sharing files as a specific user is allowed. |
| 24 | func AllowShareAs() bool { |
| 25 | return !DisallowShareAs && doAllowShareAs() |
| 26 | } |
| 27 | |
| 28 | // Share configures a folder to be shared through drive. |
| 29 | type Share struct { |
no test coverage detected
searching dependent graphs…