Closed elungu3 closed 1 year ago
I think the sample is correct. What you might need to check is whether the file exists on the datastore already, or if it is trying to do something like creating a folder as a result of the upload.
I think the sample is correct. What you might need to check is whether the file exists on the datastore already, or if it is trying to do something like creating a folder as a result of the upload.
Indeed is correct. It worked after I uncommented the lines 153-156. Thank you guys!
Describe the bug
I used the sample for uploading the files to datastore (upload_file_to_datastory.py) but I get 405 HTTP Code response, even tho I have 443 HTTPS port enabled and I can access the datastore and retrive information from it using other methods from your samples.
Reproduction steps
Expected behavior
200 Status code, as a response to the succesfully operation
Additional context
Please confirm with me if this issue is only on my side (and if so, could you please give me a fix?). Thanks in advance