Forum Discussion

David111239's avatar
David111239
New member | Level 2
3 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

1 Reply

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    3 years ago

    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.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

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, Facebook or Instagram.

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!