Greg Broiles
Greg Broiles
Try this: ``` import pdfrw ANNOT_KEY = "/Annots" ANNOT_FIELD_KEY = "/T" ANNOT_VAL_KEY = "/V" SUBTYPE_KEY = "/Subtype" WIDGET_SUBTYPE_KEY = "/Widget" PDF_NAME = "test.pdf" template_pdf = pdfrw.PdfReader(PDF_NAME) for page in range(0,...
I noticed that this line in your API request does not have a colon, is that an error when transferring to GitHub or is it missing from the actual request?...
Installation (and the command line utility itself) works if you clone from https://github.com/Backblaze/b2-sdk-python and install that first - at least on Puthon 3.6 or later.
The issue seems to arise because this page - https://www.backblaze.com/b2/docs/quick_command_line.html is the first search result on both Duck Duck Go and Google for "backblaze cli" - and the install instructions...