Project

General

Profile

Bug #2532

Feature #2527: Store the service account key in secure storage

Feature #2531: Update REST Handler to set key into secure storage

Contents of file are wrong

Added by Luke Murphey over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
12/02/2019
Due date:
% Done:

100%

History

#1 Updated by Luke Murphey over 4 years ago

Questions:
  • Are the file contents in JS correct?
Observations:
  • The base64 code is indeed JSON converted to a string
  • get_forms_args_as_dict() sees the content as JSON-stringified
  • The data in the request is also a string converted incorrectly
Possible causes:
  • JS is base64 encoding:
    • encoding in the same way
  • parse_in_string()
  • convert_to_dict()

#2 Updated by Luke Murphey over 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF