You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with Connect 1.3.0, the users can get files that are stored in an Item. Connect Node SDK should enable the users to do that.
In this issue, we will enable the user to download a file stored in 1Password.
Tasks to be done
Implement downloadFile function in the Items class in src/lib/resources.ts. The API endpoint that this function needs to call is v1/vaults/vaultId/items/itemId/files/fileId/content. You'll have to figure out the object type the promise expects.
Summary
Starting with Connect 1.3.0, the users can get files that are stored in an Item. Connect Node SDK should enable the users to do that.
In this issue, we will enable the user to download a file stored in 1Password.
Tasks to be done
downloadFile
function in theItems
class insrc/lib/resources.ts
. The API endpoint that this function needs to call isv1/vaults/vaultId/items/itemId/files/fileId/content
. You'll have to figure out the object type the promise expects.downloadFile
function in OPConnect class insrc/lib/op-connect.ts
:__test__/op-connect.test.ts
. This may be a tricky one.The text was updated successfully, but these errors were encountered: