does anybody know how GDS calculates the security string, when &flag=<value> is set?
One could extend the API to allow for filtering the results over filetypes. As far as I know the values are:
&flag=8 - all
&flag=512 - files
&flag=1024 - e-mails
has anyone a list for this?
Eddie.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks! We finally integrated the flags setting into the API.
@Maso: After publishing version 0.9.5 you could also change the project's Home Page (http://gdapi.sourceforge.net/) by using the code of your jdgtest class (setting file filter & sorting e.g.).
Thanks, Eddie.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This "feature"is already included. It's not really a feature, it's just a set-up of your program: I integrated the gdapi to have access from our software to GDS and it works together with FireDaemon very well to set the account under which our application runs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
does anybody know how GDS calculates the security string, when &flag=<value> is set?
One could extend the API to allow for filtering the results over filetypes. As far as I know the values are:
&flag=8 - all
&flag=512 - files
&flag=1024 - e-mails
has anyone a list for this?
Eddie.
Flags argument is undocumented by Google, but this is the flags that I analyzed:
http://sourceforge.net/docman/display_doc.php?docid=29090&group_id=124229
Thanks! We finally integrated the flags setting into the API.
@Maso: After publishing version 0.9.5 you could also change the project's Home Page (http://gdapi.sourceforge.net/) by using the code of your jdgtest class (setting file filter & sorting e.g.).
Thanks, Eddie.
When will the next version with this feature be available?
This "feature"is already included. It's not really a feature, it's just a set-up of your program: I integrated the gdapi to have access from our software to GDS and it works together with FireDaemon very well to set the account under which our application runs.
Sorry,
i meant, when Version 0.9.5 will be available to use the filtering, sorting, filetimeconversion etc. via the api