Skip to content

Commit 38eacd7

Browse files
committed
FS-12142: Google Photos Picker implementation
1 parent f5d6265 commit 38eacd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/api/cloud.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class CloudClient {
169169
});
170170
}
171171

172-
store(name: string, path: string, options: StoreParams = {}, customSource: any = {}, cancelTokenInput?: any, uploadTags: UploadTags = null) {
172+
store(name: string, path: string, options: StoreParams = {}, customSource: any = {}, cancelTokenInput?: any, uploadTags: UploadTags = null, pickerSessionId?: string) {
173173
// Default to S3
174174
if (options.location === undefined) {
175175
options.location = 's3';
@@ -183,6 +183,7 @@ export class CloudClient {
183183
clouds: {
184184
[name]: {
185185
path,
186+
picker_session_id: pickerSessionId,
186187
store: removeEmpty(options),
187188
},
188189
},

0 commit comments

Comments
 (0)