New url every request obtained by api #1034
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there an easy way to use a different url, obtained via an api call, per file?
So:
I had to do similar on this - by default all file urls are not defined, and then for each file in the queue, I had to make an api call to retrieve an upload location
For each upload location, I then had to update each item with the location (as it was doing chunk uploads)
As an example (and I hope it helps)
@ph3n0m666 it's a little hard to understand that code, are you able to paste a little more context?