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
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
I have been trying to call this method - Files(path, filestream). Following the example from the documentation. Everything else works, file upload, create folder, delete file, delete folder, even getting the list of files and folder in the dropbox account.
However this specific call, following the exact example throws this error:
"object reference not set to an instance of an object"
When I debug inside the restapi code. I realize the Stream has an Error Exception Message:
"timeouts are not supported on this stream"
in this specific line of code it fails in the Metadata : IMetadata class.
I have been trying to call this method - Files(path, filestream). Following the example from the documentation. Everything else works, file upload, create folder, delete file, delete folder, even getting the list of files and folder in the dropbox account.
However this specific call, following the exact example throws this error:
"object reference not set to an instance of an object"
When I debug inside the restapi code. I realize the Stream has an Error Exception Message:
"timeouts are not supported on this stream"
in this specific line of code it fails in the Metadata : IMetadata class.