python-egnyte icon indicating copy to clipboard operation
python-egnyte copied to clipboard

Python client for the Egnyte Public API.

Results 17 python-egnyte issues
Sort by recently updated
recently updated
newest added

It would be nice if this were possible using the File and Folder object: https://developers.egnyte.com/docs/read/Metadata_API#Set-Values-for-a-Namespace Similarly, it would be nice you could access the metadata from the File and Folder...

The role of a user cannot be updated as the parameter 'role'is missing in the parameter list of the update method

This is not code specific, but I am wondering if there is any functionality in the API to output the number of calls that have been performed relative to the...

https://github.com/egnyte/python-egnyte/blob/42e58e04d591083860799996922d7992404641c8/egnyte/exc.py#L18 Under some scenarios this line generates a fatal error when trying to generate the string of the error in a statement like this: ``` try: something except ..... as...

I haven't had time to dig into why, but when using `client.folder("/Shared/Temp/").create(ignore_if_exists=True)` An `AttributeError` or `egnyte.exc.RequestError` is thrown if the folder exists already. From a quick glimpse it looks like...

Without fail, running a `client.bulk_upload()` times out at 30 seconds, even on small files. If I invoke with a longer timeout, I get a 502 from the server. Code used:...

Could not delete audit reports via the python SDK for two reasons: 1) AuditReport class used the default Resource delete function. In the AuditReport class, this causes the 'job' endpoint...