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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With Flysystem v3.7 checksum support was added: https://flysystem.thephpleague.com/docs/usage/checksums/
The Dropbox API provides a
content_hash
key - so it would be possible to add support for the new checksum method.https://www.dropbox.com/developers/reference/content-hash
Would be great - not only to validate uploaded files match the pre-upload one but also to implement
eTag
for streamed responses for example.Beta Was this translation helpful? Give feedback.
All reactions