Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
See the API docs:
https://help.quickbase.com/api-guide/index.html#filemanagement.html
You can specify decimal values for the rid, fid and vid using this url pattern:
https://target_domain.quickbase.com/up/DBID/a/rRID/eFID/vVID
Note the "a" path in the above URL. You are using the "g" path in your URL which takes obe32 encoded (not hexadecimal) values for the rid, fid and vid.
https://help.quickbase.com/api-guide/index.html#filemanagement.html
You can specify decimal values for the rid, fid and vid using this url pattern:
https://target_domain.quickbase.com/up/DBID/a/rRID/eFID/vVID
Note the "a" path in the above URL. You are using the "g" path in your URL which takes obe32 encoded (not hexadecimal) values for the rid, fid and vid.