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
Got the same issue on Android sdk - 22. read failed: EBADF (Bad file descriptor) while uploading jpg. Spent a full day to verify every thing, from permissions on mobile to permission on aws, but still getting the error.
image object contain uri path :
complete source code:
const options = { keyPrefix: storagePath, bucket: 'wigbucket', region: 'us-east-1', accessKey: accessKey, secretKey: secretKey, successActionStatus: 201, // dirName: 'dev/profiles', // contentType: file.type, }; const fileObject = { uri: file.uri,//
file://${file.path}`,name: uuidv4(),
type: file.type,
};
The text was updated successfully, but these errors were encountered: