1

Is the fileid specific to the storage provider (googledrive, dropbox, box, or onedrive)? Or, is this something that docusign generates when you share your storage provider with them?

Rac Devw
  • 21
  • 1

1 Answers1

1

Looking at the DocuSign documentation here, the remoteUrl seems to be specific to the cloud storage provider. See below the official description of the "remoteUrl" parameter:

remoteUrl String
The file id from the cloud storage service where the document is located. This information is returned using GET /folders or /folders/{folderid}.

Also, the documentation (see here) goes further and explains how to retrieve a list of all items in all folders for the user from the selected cloud storage provider.

Frederic
  • 2,015
  • 4
  • 20
  • 37