nateN
Convex Community3y ago
12 replies
nate

uploading audio file

Hi, im generating an uplaod url

import {mutationWithUser} from './helpers/withUser';

export default mutationWithUser(async ({storage}) => {
  return await storage.generateUploadUrl();
});


and then using rnfetchblob ~ https://www.npmjs.com/package/rn-fetch-blob#user-content-upload-example--dropbox-files-upload-api

my files are uploading but the audiofile is not playable,.

I've tried quite a bit, is there any specific config i should be setting up on the generate url?
Was this page helpful?