We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1075e98 commit 089483eCopy full SHA for 089483e
UsesCases/Links/get/getLinkById.js
@@ -5,7 +5,7 @@
5
// 6. Perform some action after successful retrieving the Link Annotation from document
6
// All values of variables starting with "YOUR_****" should be replaced by real user values
7
8
-import credentials from "./credentials.json" with { type: "json" };
+import credentials from "./credentials.json" with { type: "json" }; // json-file in this format: { "id": "*****", "key": "*******" }
9
import fs from 'node:fs/promises';
10
import path from "node:path";
11
import { PdfApi } from "asposepdfcloud";
0 commit comments