Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

file size not handled properly for remote files #1252

Open
soju-ti opened this issue Sep 9, 2021 · 0 comments
Open

file size not handled properly for remote files #1252

soju-ti opened this issue Sep 9, 2021 · 0 comments

Comments

@soju-ti
Copy link

soju-ti commented Sep 9, 2021

Trying to upload a remote video to Facebook using the chuckable API method.(https://file-examples-com.github.io/uploads/2017/04/file_example_MP4_1920_18MG.mp4)

$response = $fb->uploadVideo(xxxxx, $file, $data,'access_token');

I get a response back as There was a problem uploading your video file. Please try again with another file.After debugging into SDK source code I realize that $file->getSize() code is not working well for remote videos inside class FacebookResumableUploader, method name is start ()
. To get remote file size I use the snippet from here https://thisinterestsme.com/php-get-size-remote-file/ and pass statically in place of $file->getSize() and that works fine. please share your thoughts on this.Can you please add support for this if possible

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

No branches or pull requests

1 participant