Skip to content

Commit fb3965d

Browse files
committed
update
1 parent 671d725 commit fb3965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropbox/actions/get-shared-link-file/get-shared-link-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
async run({ $ }) {
2525
const { result } = await this.dropbox.getSharedLinkFile({
2626
url: this.sharedLinkUrl,
27-
password: this.linkPassword,
27+
link_password: this.linkPassword,
2828
});
2929
$.export("$summary", "Successfully retrieved shared link file");
3030
return result;

0 commit comments

Comments
 (0)