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
I encounterd a infinite loop using postFile()
Try to catch error to display a notification, i gave volontarily postFile a wrong url and felt in an infinite loop
whereas a createFile throw me an error without infinite loop
Is there something wrong with postFile ?
The text was updated successfully, but these errors were encountered:
CreateFile() is using putFile() to is directectly using a PUT
postFile() uses POST this imply it must create intermediate directories. To do that it is using createFolder()
Can you try to use postFile() with the option createPath = false, postFile() will not call createFolder()
do you have the same problem using solid-file-client v1.2.0 ?
Ola it's another time me & myself.
I encounterd a infinite loop using postFile()
Try to catch error to display a notification, i gave volontarily postFile a wrong url and felt in an infinite loop
whereas a createFile throw me an error without infinite loop
Is there something wrong with postFile ?
The text was updated successfully, but these errors were encountered: