gists icon indicating copy to clipboard operation
gists copied to clipboard

A repo for Backblaze gists used in our FAQ

Results 9 gists issues
Sort by recently updated
recently updated
newest added

According to https://www.backblaze.com/blog/b2-503-500-server-error/ we should retry. Well, let's retry then. The `timeoutPromise` function is from https://github.com/github/fetch/issues/175#issuecomment-216791333

The command to remove the status icon is not working for me. The shell script will fail because the `bzflags` directory is not present. I did add the directory and...

I tried to copy this python script into Worker but got this error. Please guide ![download](https://user-images.githubusercontent.com/7377201/141983138-47e2ceab-8f78-4242-b1f7-2786fdea9e00.png)

These small changes allow for a proper implementation of Cloudflare's v4 API for uploading workers. Example here: https://api.cloudflare.com/#worker-script-upload-worker

Some of my users had their machines before we had JAMF or even LDAP running. Their local users don't match their LDAP user accounts and so the email address lookups...

Thanks for this most recent update! I'm actually in the process of rolling out Backblaze using JAMF to my company and had just perfected my adaptations of the older script...

https://github.com/Backblaze/gists/blob/b5a73fef3e4d3ae14121decc1b364008acc18515/b2AuthorizeCfWorker.py#L69-L82 The `modRequest` variable in line `76` is in the global scope, which shouldn't break the functionality of the worker, but in my opinion it'd be safer to make it...

The script no longer works as-is now that Jamf has disabled basic auth on the classic API