We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfaebc commit 796104aCopy full SHA for 796104a
1 file changed
src/PowerPlatform/Dataverse/data/_file_operations.py
@@ -200,6 +200,7 @@ def _download_file(
200
if file_name is None:
201
raise ValueError("Response is missing the 'x-ms-file-name' header. The file column may be empty or the server did not return the expected header.")
202
return file_name, response.content
203
+
204
def _delete_file(
205
self,
206
entity_set: str,
0 commit comments