diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-03 19:21:23 -0400 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-03 19:21:23 -0400 |
commit | 0c02b2ff3a41697c43d0aed98f330bd0293ef761 (patch) | |
tree | 02f0122ce033c5937c04d2f89a6cf2b7f91793f0 /src/server/apis/google/GoogleApiServerUtils.ts | |
parent | 7e87aa4b7e0125482c87ab61f4a0de14e774558d (diff) |
fixed upload authentication issue, need to fix image byte extraction
Diffstat (limited to 'src/server/apis/google/GoogleApiServerUtils.ts')
-rw-r--r-- | src/server/apis/google/GoogleApiServerUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/apis/google/GoogleApiServerUtils.ts b/src/server/apis/google/GoogleApiServerUtils.ts index 2c9085ebb..b6330a609 100644 --- a/src/server/apis/google/GoogleApiServerUtils.ts +++ b/src/server/apis/google/GoogleApiServerUtils.ts @@ -23,6 +23,7 @@ export namespace GoogleApiServerUtils { 'drive', 'drive.file', 'photoslibrary', + 'photoslibrary.appendonly', 'photoslibrary.sharing' ]; |