We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am connecting to Google Drive API with Flysystem and trying to stream files directly to it.
I'm trying to use your code but I'm getting:
Warning: fwrite(): SSL: Broken pipe in vendor/twistor/flysystem-stream-wrapper/src/FlysystemStreamWrapper.php at line 661
this line is: https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L661
Any ideas how to fix this error?
The text was updated successfully, but these errors were encountered:
After adding @ to fwrite I get:
@
Warning: fseek(): stream does not support seeking in vendor/twistor/flysystem-stream-wrapper/src/FlysystemStreamWrapper.php at line 421
https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L421
Sorry, something went wrong.
What in your consuming code is trying to fseek? I think that is the problem to solve here.
fseek
No branches or pull requests
I am connecting to Google Drive API with Flysystem and trying to stream files directly to it.
I'm trying to use your code but I'm getting:
this line is:
https://github.com/twistor/flysystem-stream-wrapper/blob/master/src/FlysystemStreamWrapper.php#L661
Any ideas how to fix this error?
The text was updated successfully, but these errors were encountered: