Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: video upload issue through image picker #2204

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

khushal87
Copy link
Member

馃幆 Goal

馃洜 Implementation details

馃帹 UI Changes

iOS
Before After
Android
Before After

馃И Testing

鈽戯笍 Checklist

  • I have signed the Stream CLA (required)
  • PR targets the develop branch
  • Documentation is updated
  • New code is tested in main example apps, including all possible scenarios
    • SampleApp iOS and Android
    • Expo iOS and Android

santhoshvai
santhoshvai previously approved these changes Aug 2, 2023
Comment on lines 73 to 74
// Since Expo MediaLibrary doesn't return the mimetype of the image/video, we have to derive the mimeType.
const mimeType = lookup(asset.filename) || 'multipart/form-data';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if expo is the only that doesnt return mime type why is it being done for both here ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as per expo docs, mimetype is optionally present in the asset type

https://docs.expo.dev/versions/latest/sdk/document-picker/#documentpickerasset

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

@khushal87 khushal87 Aug 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you read the comment above, I am not saying expo doesn't do that(send mimeType in response). Expo MediaLibrary doesn't do that, Expo DocumentPicker does. In our SDK we don't do a lookup for the code for the document picker or file picker, we do it for the image picker/media library @santhoshvai

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought its related to document picker, because you said that this was broken by the docu,ent picker version update

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, what I meant was the previous PR of the document picker that was merged yesterday caused this issue of video upload because mime-type was compulsory.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a better way to fix this and that we discussed yesterday, handling lookup in the expo-package and native-package and sending mimetype through the package itself

@santhoshvai santhoshvai dismissed their stale review August 2, 2023 20:15

due to the above comment

@santhoshvai santhoshvai merged commit 8dbd9a8 into develop Aug 3, 2023
3 of 5 checks passed
@sonarcloud
Copy link

sonarcloud bot commented Aug 3, 2023

Kudos, SonarCloud Quality Gate passed!聽 聽 Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@github-actions github-actions bot mentioned this pull request Aug 4, 2023
6 tasks
@stream-ci-bot
Copy link
Contributor

馃帀 This PR is included in version 5.16.0 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants