Forum Discussion

David111239's avatar
David111239
New member | Level 2
2 years ago

Dropbox Path Filermaker Api

Hi,

 

I'm trying to upload some data to dropbox through Api with Filemaker, the data is uploaded but it's saved on the root path instead of the Dropbox Path I'm sending.

 

JSONSetElement ( "{}" ;
[ "documentID" ; dropbox__DOCUMENT__dropboxID__cre::__kptID ; JSONString ] ;
[ "documentName" ; dropbox__DOCUMENT__dropboxID__cre::zctFileNameContainer ; JSONString ] ;
[ "dropboxPath" ; "/2.DPTO.COMERCIAL/2.1.PRESUPUESTOS/2.1.3.PLANTILLAS CALCULO DE PRESUPUESTOS/0.BBDD PRECIOS MATERIALES/" & Substitute ( dropbox__DOCUMENT__dropboxID__cre::zctFileNameContainer ; [ "/" ; " " ] ; [ "-" ; " " ] ); JSONString ] )

 

as you can see the path is the route: /2.DPTO.COMERCIAL/2.1.PRESUPUESTOS/2.1.3.PLANTILLAS CALCULO DE PRESUPUESTOS/0.BBDD PRECIOS MATERIALES/

 

I don't understand why dropbox is saving the data at the root

 

Thank you

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    We can't offer help with FileMaker itself, but if you're having trouble with the Dropbox API in particular, please share the relevant request and response for the problematic API call so we can take a look. Please show the actual parameter values you're sending, but be sure to redact your access token.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,940 PostsLatest Activity: 23 hours ago
350 Following

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!