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
Where to fill the file in the option. it usually inside the { form : { file: "/file" } } .
Also how can I fetch the authentication header ? why is it empty ?
This part code is from your module file /dist/ia.cjs.js const newEmptyAuth = function() { return JSON.parse( JSON.stringify({ success: false, values: { cookies: { "logged-in-sig": null, "logged-in-user": null }, email: null, itemname: null, s3: { access: null, secret: null }, screenname: null, }, version: 1, }) ); };
I want to upload file with the below await S3API.upload({ identifier, key, body: 'upload at ' + date, path, metadata, autocreate: true, auth, })
The text was updated successfully, but these errors were encountered:
Where to fill the file in the option. it usually inside the { form : { file: "/file" } } .
Also how can I fetch the authentication header ? why is it empty ?
This part code is from your module file /dist/ia.cjs.js
const newEmptyAuth = function() { return JSON.parse( JSON.stringify({ success: false, values: { cookies: { "logged-in-sig": null, "logged-in-user": null }, email: null, itemname: null, s3: { access: null, secret: null }, screenname: null, }, version: 1, }) ); };
I want to upload file with the below
await S3API.upload({ identifier, key, body: 'upload at ' + date, path, metadata, autocreate: true, auth, })
The text was updated successfully, but these errors were encountered: