Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gam-7.16.01-windows-x86_64.zip | < 23 hours ago | 28.2 MB | |
gam-7.16.01-windows-x86_64.msi | < 23 hours ago | 28.9 MB | |
gam-7.16.01-windows-arm64.zip | < 23 hours ago | 26.5 MB | |
gam-7.16.01-windows-arm64.msi | < 23 hours ago | 27.3 MB | |
gam-7.16.01-macos15.5-arm64.tar.xz | < 23 hours ago | 19.5 MB | |
gam-7.16.01-macos14.7-arm64.tar.xz | < 23 hours ago | 19.6 MB | |
gam-7.16.01-macos13.7-x86_64.tar.xz | < 23 hours ago | 20.5 MB | |
gam-7.16.01-linux-x86_64-legacy.tar.xz | < 23 hours ago | 29.0 MB | |
gam-7.16.01-linux-x86_64-glibc2.39.tar.xz | < 23 hours ago | 21.9 MB | |
gam-7.16.01-linux-x86_64-glibc2.35.tar.xz | < 23 hours ago | 22.0 MB | |
gam-7.16.01-linux-arm64-legacy.tar.xz | < 23 hours ago | 28.2 MB | |
gam-7.16.01-linux-arm64-glibc2.39.tar.xz | < 23 hours ago | 21.1 MB | |
gam-7.16.01-linux-arm64-glibc2.35.tar.xz | < 23 hours ago | 21.2 MB | |
GAM 7.16.01 source code.tar.gz | < 24 hours ago | 1.9 MB | |
GAM 7.16.01 source code.zip | < 24 hours ago | 2.1 MB | |
README.md | < 24 hours ago | 1.1 kB | |
Totals: 16 Items | 317.8 MB | 0 |
- 7.16.01
Added downloadrestictions
and <DriveDownloadRestrictionsSubfieldName>
to <DriveFieldName>
.
<DriveDownloadRestrictionsSubfieldName> ::=
downloadrestrictions.itemdownloadrestriction|
downloadrestrictions.effectivedownloadrestrictionwithcontext
Added itemdownloadrestriction (restrictedforreaders [<Boolean>]) (restrictedforwriters [<Boolean>])
to <DriveFileAttribute>
.
From the Drive API documentation:
itemDownloadRestriction - The download restriction of the file applied directly by the owner or organizer. This does not take into account shared drive settings or DLP rules.
effectiveDownloadRestrictionWithContext - Output only. The effective download restriction applied to this file. This considers all restriction settings and DLP rules.
restrictedForReaders - Whether download and copy is restricted for readers.
restrictedForWriters - Whether download and copy is restricted for writers. If true, download is also restricted for readers.
See Update History